makedeb
Pacstall is the AUR alternative for Ubuntu
Click here to go back to the commit logs for pacstall.
Hash: 4989132e0dd3b385324be7f0f42feeb933adb788
Message: YOUR SAVIOR IS HERE!!
diff --git a/.SRCINFO b/.SRCINFO
index 05016fd..4e60b62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,27 @@
-generated-by = makedeb-makepkg
-
-pkgbase = pacstall
- pkgdesc = Pacstall is the AUR alternative for Ubuntu
- pkgver = 1.7.2
- pkgrel = 3
- url = https://pacstall.dev
- arch = x86_64
- license = GPL-3.0-only
- makedepends = wget
- makedepends = stow
- makedepends = build-essential
- makedepends = unzip
- makedepends = bc
- makedepends = tree
- optdepends = axel
- provides = pacstall
- provides = pacstall-bin
- source = https://github.com/pacstall/pacstall/archive/refs/tags/1.7.2.zip
- sha256sums = b2cebc9ef58919a9828cd502eb0459b856743ccca2901af4aacaf8aeb36a6d14
-
+generated-by = makedeb
pkgname = pacstall
+pkgbase = pacstall
+pkgdesc = Pacstall is the AUR alternative for Ubuntu
+pkgrel = 3
+pkgver = 2.0.1
+url = https://pacstall.dev
+arch = x86_64
+license = GPL-3.0-only
+makedepends = wget
+makedepends = stow
+makedepends = build-essential
+makedepends = unzip
+makedepends = bc
+makedepends = tree
+optdepends = axel
+provides = pacstall
+provides = pacstall-bin
+source = https://github.com/pacstall/pacstall/archive/refs/tags/.zip
+sha256sums = b2cebc9ef58919a9828cd502eb0459b856743ccca2901af4aacaf8aeb36a6d14
+makedepends = wget
+makedepends = stow
+makedepends = build-essential
+makedepends = unzip
+makedepends = bc
+makedepends = tree
+optdepends = axel
diff --git a/PKGBUILD b/PKGBUILD
index 435fc45..3452770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: TwilightBlood <hwengerstickel@pm.me>
pkgname=pacstall
-pkgver=1.7.2
+pkgver=2.0.1
pkgrel=3
pkgdesc="Pacstall is the AUR alternative for Ubuntu"
arch=('x86_64')
@@ -9,12 +9,12 @@ url="https://pacstall.dev"
license=('GPL-3.0-only')
makedepends=('wget' 'stow' 'build-essential' 'unzip' 'bc' 'tree')
optdepends=('axel')
-source=("https://github.com/pacstall/pacstall/archive/refs/tags/1.7.2.zip")
-sha256sums=('b2cebc9ef58919a9828cd502eb0459b856743ccca2901af4aacaf8aeb36a6d14')
+source=("https://github.com/pacstall/pacstall/archive/refs/tags/${pkgver}.zip")
+sha256sums=('d02d47135c3555ce3bd0a81397390f099b8be9e409eaccf205bcc8e3810532b0')
package() {
cd "$srcdir"
- cd pacstall-1.7.2
+ cd pacstall-"${pkgver}"
mkdir -p "${pkgdir}/var/log/pacstall/error_log"
install -Dm755 pacstall "${pkgdir}/bin"
install -Dm755 misc/scripts/* "${pkgdir}/usr/share/pacstall/scripts"