summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander2017-05-08 15:07:54 +0000
committerAlexander2017-05-08 15:07:54 +0000
commit549fdaabb43abfbd5169d6f1e7b7154afeb6ff2f (patch)
tree1f4e1b2b7af59bb8bf5635959e91420b6780853e /PKGBUILD
parentd3c0af3fb55be861d7d0b8c059d9d05a1211389a (diff)
downloadaur-549fdaabb43abfbd5169d6f1e7b7154afeb6ff2f.tar.gz
Another one :)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10f849882672..2caf4c1491cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ source=("git+https://github.com/neumann89/ShutdownTimer.git")
sha256sums=('SKIP')
package() {
- cd "${srcdir}/ShutdownTimer-${pkgver}"
+ cd "${srcdir}/ShutdownTimer-master"
cp -af "ShutdownTimer@neumann" "${pkgdir}/usr/share/gnome-shell/extensions/"
}