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: 385fb8bc2dd4ca66f4dd6e09e207400d21f31db9

Message: Bump version

Diff


diff --git a/PKGBUILD b/PKGBUILD
index 4263cac..eca2e3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: TwilightBlood <hwengerstickel@pm.me>
 pkgname=pacstall
-pkgver=1.6
+pkgver=1.6.1
 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.6.zip")
-sha256sums=('5836834a6fa92319bf45806d8fa8a325a2814459fa0ecd675ed2f7d74eca5ba7')
+source=("https://github.com/pacstall/pacstall/archive/refs/tags/1.6.1.zip")
+sha256sums=('64107d625275586742da5524fba4abc4f01f9f354b3f4fe3c165d83efd58ede3')
 
 package() {
   cd "$srcdir"
-  cd pacstall-1.6
+  cd pacstall-1.6.1
   mkdir -p "${pkgdir}/var/log/pacstall/error_log"
   install -Dm755 pacstall "${pkgdir}/bin"
   install -Dm755 misc/scripts/* "${pkgdir}/usr/share/pacstall/scripts"