Created
July 23, 2019 11:58
-
-
Save frebib/df5bfe6b4b25169d340b28e8fc08cc95 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/PKGBUILD b/PKGBUILD | |
index 4de4517..63b67d8 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -2,7 +2,7 @@ | |
_pkgname=libnotify | |
pkgname=${_pkgname}-id | |
-pkgver=0.7.7 | |
+pkgver=0.7.8 | |
pkgrel=1 | |
pkgdesc="Desktop notification library" | |
arch=('i686' 'x86_64') | |
@@ -14,7 +14,7 @@ conflicts=('libnotify' 'libnotify-git' 'libnotify-id-git') | |
provides=("libnotify=$pkgver") | |
source=("http://ftp.gnome.org/pub/GNOME/sources/${_pkgname}/0.7/${_pkgname}-${pkgver}.tar.xz" | |
'https://launchpadlibrarian.net/105791133/print-and-replace-id-v3.patch') | |
-sha256sums=('9cb4ce315b2655860c524d46b56010874214ec27e854086c1a1d0260137efc04' | |
+sha256sums=('69209e0b663776a00c7b6c0e560302a8dbf66b2551d55616304f240bba66e18c' | |
'88655522acb5a4c1634de368e91ae79b4a8f205288bf4451e82e007266ba4fcb') | |
prepare() { | |
@@ -24,7 +24,7 @@ prepare() { | |
build() { | |
cd ${_pkgname}-${pkgver} | |
- ./configure --prefix=/usr --disable-static | |
+ ./autogen.sh --prefix=/usr --disable-static | |
make | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment