summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2015-08-03 08:53:14 +0200
committerAlad Wenter2015-08-03 08:53:14 +0200
commit4cebfe70d36ad409780d0b94cb9bf83520e5f912 (patch)
tree21455ee18cf518f588b916e71c5dfb4f04066199
parent65b6ca79d61eec65c2943fb853d0ca1adb1ba74b (diff)
downloadaur-4cebfe70d36ad409780d0b94cb9bf83520e5f912.tar.gz
fix patch path
-rw-r--r--PKGBUILD4
-rw-r--r--ignore-blank.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4eecc6e7f24a..ee227709bdbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ optdepends=('bash-completion: for bash completion')
source=("$pkgname::git+https://bitbucket.org/raymonad/${pkgname%-git}.git"
'ignore-blank.patch')
md5sums=('SKIP'
- 'b12e5dd8463d6300ebe3a2b525a12926')
+ 'ccd244e49310672aa896587373b015f8')
provides=('xss-lock')
conflicts=('xss-lock')
@@ -24,7 +24,7 @@ pkgver() {
}
prepare() {
- cd "$pkgname"/src
+ cd "$pkgname"
patch -p0 < "$srcdir"/ignore-blank.patch
}
diff --git a/ignore-blank.patch b/ignore-blank.patch
index aeb65c611b32..a701c1f529bf 100644
--- a/ignore-blank.patch
+++ b/ignore-blank.patch
@@ -1,5 +1,5 @@
---- xss-lock.c.orig 2015-01-15 10:34:31.469611430 +0100
-+++ xss-lock.c 2015-01-15 15:51:45.360306124 +0100
+--- src/xss-lock.c.orig 2015-01-15 10:34:31.469611430 +0100
++++ src/xss-lock.c 2015-01-15 15:51:45.360306124 +0100
@@ -61,6 +61,7 @@
static gboolean opt_quiet = FALSE;
static gboolean opt_verbose = FALSE;