summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndres Gongora2020-04-12 12:25:19 +0200
committerAndres Gongora2020-04-12 12:25:19 +0200
commit37fa0ad9bb4f452acf9b2cc3c202cdcaa22e8867 (patch)
tree40386712a4869b20453334dd3abcb5d1d3f3a650
parent3b391b7f4867eaea27e1080374ee111de56b3c7c (diff)
downloadaur-37fa0ad9bb4f452acf9b2cc3c202cdcaa22e8867.tar.gz
Hotfix: bug when copying default config file
Signed-off-by: Andres Gongora <mail@andresgongora.com>
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6cbba21cdbaf..1186ae0a7f1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andres Gongora <mail at andresgongora dot com>
pkgname="synth-shell-greeter-git"
-pkgver=v1.0.r0.gbafabea
+pkgver=v1.0.r4.g4169877
pkgrel=1
_branch=master
pkgdesc="Terminal greeter to overwiew system health and status"
@@ -33,7 +33,7 @@ build() {
cd "$srcdir/${pkgname%-git}"
chmod +x ./setup.sh
rm -rf build
- ./setup.sh "build/${pkgname%-git}.sh" "build/config/"
+ ./setup.sh "build/${pkgname%-git}.sh" "build/config"
}