makedeb
Pacstall is the AUR alternative for Ubuntu
Click here to go back to the commit logs for pacstall.
Hash: c977b196e402241fefbeac8dc001b1c280ca166a
Message: bump
diff --git a/.SRCINFO b/.SRCINFO
index 9ee622a..7c6f006 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ generated-by = makedeb-makepkg
pkgbase = pacstall
pkgdesc = Pacstall is an AUR alternative for Ubuntu
pkgver = 1.7.1
- pkgrel = 2
+ pkgrel = 3
url = https://pacstall.dev
arch = x86_64
license = GPL-3.0-only
@@ -14,7 +14,6 @@ pkgbase = pacstall
makedepends = bc
makedepends = tree
optdepends = axel
- optdepends = ripgrep
provides = pacstall
provides = pacstall-bin
source = https://github.com/pacstall/pacstall/archive/refs/tags/1.7.1.zip
diff --git a/PKGBUILD b/PKGBUILD
index e2f949b..c5d0224 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: TwilightBlood <hwengerstickel@pm.me>
pkgname=pacstall
pkgver=1.7.1
-pkgrel=2
+pkgrel=3
pkgdesc="Pacstall is an AUR alternative for Ubuntu"
arch=('x86_64')
provides=("pacstall" "pacstall-bin")
url="https://pacstall.dev"
license=('GPL-3.0-only')
makedepends=('wget' 'stow' 'build-essential' 'unzip' 'bc' 'tree')
-optdepends=('axel' 'ripgrep')
+optdepends=('axel')
source=("https://github.com/pacstall/pacstall/archive/refs/tags/1.7.1.zip")
sha256sums=('79e6e3d95d0c949d836fd461576de5cc7bd18434c09968ba7348a4cf8e4733c2')
package() {
cd "$srcdir"
- cd pacstall-1.7
+ cd pacstall-1.7.1
mkdir -p "${pkgdir}/var/log/pacstall/error_log"
install -Dm755 pacstall "${pkgdir}/bin"
install -Dm755 misc/scripts/* "${pkgdir}/usr/share/pacstall/scripts"