makedeb


pacstall 2.0.1-69


Pacstall is the AUR alternative for Ubuntu

Click here to go back to the commit logs for pacstall.

Commit:


Hash: 50edeb3b53aa44a96173bd9e2ed83503b610a3b3

Message: Hotfix soon....

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 00a9661..eb29969 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
 
 pkgbase = pacstall
 	pkgdesc = Pacstall is an AUR alternative for Ubuntu
-	pkgver = 1.5.1
+	pkgver = 1.6
 	pkgrel = 2
 	url = https://pacstall.dev
 	arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = pacstall
 	optdepends = ripgrep
 	provides = pacstall
 	provides = pacstall-bin
-	source = https://github.com/pacstall/pacstall/archive/refs/tags/1.5.1.zip
-	sha256sums = 72f1ff08841dc8c6b8ba826a6c827a761e13916ca51a438fa9fcc7e40805bbf9
+	source = https://github.com/pacstall/pacstall/archive/refs/tags/1.6.zip
+	sha256sums = 5836834a6fa92319bf45806d8fa8a325a2814459fa0ecd675ed2f7d74eca5ba7
 
 pkgname = pacstall
diff --git a/PKGBUILD b/PKGBUILD
index 9f6fcec..4263cac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: TwilightBlood <hwengerstickel@pm.me>
 pkgname=pacstall
-pkgver=1.5.1
+pkgver=1.6
 pkgrel=2
 pkgdesc="Pacstall is an 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' 'ripgrep')
-source=("https://github.com/pacstall/pacstall/archive/refs/tags/1.5.1.zip")
-sha256sums=('72f1ff08841dc8c6b8ba826a6c827a761e13916ca51a438fa9fcc7e40805bbf9')
+source=("https://github.com/pacstall/pacstall/archive/refs/tags/1.6.zip")
+sha256sums=('5836834a6fa92319bf45806d8fa8a325a2814459fa0ecd675ed2f7d74eca5ba7')
 
 package() {
   cd "$srcdir"
-  cd pacstall-1.5.1
+  cd pacstall-1.6
   mkdir -p "${pkgdir}/var/log/pacstall/error_log"
   install -Dm755 pacstall "${pkgdir}/bin"
   install -Dm755 misc/scripts/* "${pkgdir}/usr/share/pacstall/scripts"