summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander2017-05-08 15:11:51 +0000
committerAlexander2017-05-08 15:11:51 +0000
commit7605871ec3cfd04e8572ea2ec4053a4e46993d31 (patch)
treea6aaa0a7bc668d052d798d3a558cccc049eb9e05 /PKGBUILD
parent549fdaabb43abfbd5169d6f1e7b7154afeb6ff2f (diff)
downloadaur-7605871ec3cfd04e8572ea2ec4053a4e46993d31.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 2caf4c1491cd..a694db120afc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ source=("git+https://github.com/neumann89/ShutdownTimer.git")
sha256sums=('SKIP')
package() {
- cd "${srcdir}/ShutdownTimer-master"
+ cd "${srcdir}/ShutdownTimer"
cp -af "ShutdownTimer@neumann" "${pkgdir}/usr/share/gnome-shell/extensions/"
}