summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a9622c34dfb..34641fb56741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,10 +23,8 @@ replaces=()
backup=()
options=()
install=
-#source=('https://gitlab.com/rich4rd.macwan/libnotify-0.7.6-patched/raw/master/libnotify-0.7.6-patched.tar.gz')
source=('https://git.gnome.org/browse/libnotify/snapshot/libnotify-0.7.6.tar.xz'
)
-
noextract=()
md5sums=('SKIP' )
@@ -39,8 +37,8 @@ prepare() {
#mkdir -p "${pkgname}" && tar -xvf ../libnotify-0.7.6.tar.xz -C "${pkgname}" --strip-components 1
tar -xvf ../libnotify-0.7.6.tar.xz
#cd libnotify-0.7.6
- pwd
- patch -p0 -i "notifysend.patch"
+
+ patch -p0 -i ../notifysend.patch
}