makedeb
Pacstall is the AUR alternative for Ubuntu
Click here to go back to the commit logs for pacstall.
Hash: 47fda996a91ebcf53d94aa9d07b0e5ccf737e968
Message: build: bump 1.7.1 -> 1.7.2
diff --git a/.SRCINFO b/.SRCINFO
index 7c6f006..05016fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
generated-by = makedeb-makepkg
pkgbase = pacstall
- pkgdesc = Pacstall is an AUR alternative for Ubuntu
- pkgver = 1.7.1
+ pkgdesc = Pacstall is the AUR alternative for Ubuntu
+ pkgver = 1.7.2
pkgrel = 3
url = https://pacstall.dev
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = pacstall
optdepends = axel
provides = pacstall
provides = pacstall-bin
- source = https://github.com/pacstall/pacstall/archive/refs/tags/1.7.1.zip
- sha256sums = 79e6e3d95d0c949d836fd461576de5cc7bd18434c09968ba7348a4cf8e4733c2
+ source = https://github.com/pacstall/pacstall/archive/refs/tags/1.7.2.zip
+ sha256sums = b2cebc9ef58919a9828cd502eb0459b856743ccca2901af4aacaf8aeb36a6d14
pkgname = pacstall
diff --git a/PKGBUILD b/PKGBUILD
index c5d0224..435fc45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: TwilightBlood <hwengerstickel@pm.me>
pkgname=pacstall
-pkgver=1.7.1
+pkgver=1.7.2
pkgrel=3
-pkgdesc="Pacstall is an AUR alternative for Ubuntu"
+pkgdesc="Pacstall is the 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')
-source=("https://github.com/pacstall/pacstall/archive/refs/tags/1.7.1.zip")
-sha256sums=('79e6e3d95d0c949d836fd461576de5cc7bd18434c09968ba7348a4cf8e4733c2')
+source=("https://github.com/pacstall/pacstall/archive/refs/tags/1.7.2.zip")
+sha256sums=('b2cebc9ef58919a9828cd502eb0459b856743ccca2901af4aacaf8aeb36a6d14')
package() {
cd "$srcdir"
- cd pacstall-1.7.1
+ cd pacstall-1.7.2
mkdir -p "${pkgdir}/var/log/pacstall/error_log"
install -Dm755 pacstall "${pkgdir}/bin"
install -Dm755 misc/scripts/* "${pkgdir}/usr/share/pacstall/scripts"