summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2018-01-18 14:35:52 +1100
committerRhinoceros2018-01-18 14:35:52 +1100
commit217c132c198d8cfa1d41ca86e75882762f272ba6 (patch)
treee0b65fb6a23faeedf264c7ee52824f801b7b58f2
parent292ec60073646ce66881b33afca551a78ca5600d (diff)
downloadaur-217c132c198d8cfa1d41ca86e75882762f272ba6.tar.gz
Make reference to patch absolute, for custom $BUILDDIR
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aa30abfb127..1a561108c243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Mon Mar 13 21:20:12 UTC 2017
pkgbase = kalu-kde
pkgdesc = Upgrade notifier w/ AUR support, watched (AUR) packages, news; supports autohide in KDE Plasma's panel
pkgver = 4.1.0
diff --git a/PKGBUILD b/PKGBUILD
index 2e5cc38132d9..c381f156b193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ conflicts=(${pkgname%-kde})
prepare() {
cd "${pkgname%-kde}-$pkgver"
- patch -p0 -i ../statusnotifier.patch
+ patch -p0 -i "$srcdir/statusnotifier.patch"
}
build() {