summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaijian2020-02-11 11:35:29 +0100
committerTaijian2020-02-11 11:35:29 +0100
commitb9ce66631b1c878c8c274da01ec6c56ffbc68ec1 (patch)
tree395dd3e264d5e54ecc95081c1c0b5b8e8ee736ff
parent346ee8e42f1b518b4544deb1a067467d5d8b3264 (diff)
downloadaur-b9ce66631b1c878c8c274da01ec6c56ffbc68ec1.tar.gz
fix _pkgbase
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ad9e67714fc..f191e70e6217 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = gnome-control-center
+pkgbase = gnome-control-center-nocheese
pkgdesc = GNOME's main interface to configure various aspects of the desktop.
pkgver = 3.34.2
pkgrel = 1
diff --git a/PKGBUILD b/PKGBUILD
index d4154e71865c..b39b12bb12b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=gnome-control-center-nocheese
-pkgbase=gnome-control-center
+_pkgbase=gnome-control-center
pkgver=3.34.2
pkgrel=1
pkgdesc="GNOME's main interface to configure various aspects of the desktop."
@@ -33,12 +33,12 @@ sha256sums=('SKIP'
'SKIP')
pkgver() {
- cd $pkgbase
+ cd $_pkgbase
git describe --tags | sed 's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/-/+/g'
}
prepare() {
- cd $pkgbase
+ cd $_pkgbase
git submodule init
git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
git submodule update