summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2016-09-11 13:00:36 -0700
committerLlewelyn Trahaearn2016-09-11 13:00:36 -0700
commitfa225fec1de52df808ac41e62f65a00061ca9f78 (patch)
treea81f1850ed72c7db74fe091f6d5a7e1032d1fff8 /PKGBUILD
parent2383d4848b2ea1a9e057c737396f75acc268ba2a (diff)
downloadaur-fa225fec1de52df808ac41e62f65a00061ca9f78.tar.gz
Roll forward to the latest commit which includes a handy fix for cross compiling, using ${PKG_CONFIG} instead of pkg-config.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90881b8706f8..94fded6ee5df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=lib32-libnotify
pkgver=0.7.6
-pkgrel=5
+pkgrel=6
pkgdesc="Library for sending desktop notifications (32-bit)"
arch=('x86_64')
url="https://developer.gnome.org/notification-spec/"
license=('LGPL')
depends=("${pkgname#lib32-}" 'lib32-gdk-pixbuf2')
makedepends=('gcc-multilib' 'git' 'gnome-common' 'gobject-introspection' 'lib32-gtk3')
-_commit=2f2c5649ef210b1dffeb46cddf062d20e1518ccf
+_commit=6b03c47e04e556691445590c15d594aaff5a1066
source=("git://git.gnome.org/libnotify#commit=$_commit")
sha512sums=('SKIP')