summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsudoBash4182019-07-19 09:30:34 -0600
committersudoBash4182019-07-19 09:30:34 -0600
commit66ebebc4debacd860e1a3c3d88545dda99753b56 (patch)
tree27b931ad87c9e33dfb37bdb178f34c8d2c7bb257 /PKGBUILD
parent9dcb358a6708c5fd9fc103d8496198d03959c0f5 (diff)
downloadaur-66ebebc4debacd860e1a3c3d88545dda99753b56.tar.gz
Update to 7.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b42c4b268220..ef66284c5211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas Bork <sudobash418@gmail.com>
pkgname=pamac-classic
-pkgver=7.0.0
+pkgver=7.0.1
pkgrel=1
pkgdesc="A Gtk3 frontend for libalpm - classic version"
arch=('x86_64')
@@ -17,11 +17,11 @@ provides=('pamac' 'pamac-aur')
install=pamac-classic.install
source=("pamac-classic-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz")
-sha256sums=('f7e663107bcc8cf0da057459afdb7fbc4f254c2c9fba6813e2706454be9c7d9b')
+sha256sums=('e6748f4942c687cf019f32274c1c046eaf90e952a402fab46c32d45fdd665cc3')
build() {
cd "${srcdir}/${pkgname}"
- mkdir build
+ mkdir -p build
# configure with AUR - add -DDISABLE_AUR=true to disable AUR support
meson --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc . build