diff options
Diffstat (limited to 'extra/python-notify')
-rw-r--r-- | extra/python-notify/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/python-notify/PKGBUILD b/extra/python-notify/PKGBUILD index adf4ea36f..b2a3c1366 100644 --- a/extra/python-notify/PKGBUILD +++ b/extra/python-notify/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 169024 2012-10-17 10:20:48Z allan $ +# $Id: PKGBUILD 198389 2013-10-30 14:34:32Z allan $ # Maintainer: Angel Velasquez <angvp@archlinux.org> pkgbase=python-notify @@ -13,7 +13,6 @@ depends=('pygtk>=2.22.0' 'libnotify>=0.7.1') makedepends=('python2') conflicts=('python-notify<=0.1.1-11') replaces=('python-notify<=0.1.1-11') -options=(!libtool) source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-${pkgver}.tar.gz libnotify07.patch notify-python-0.1.1-fix-GTK-symbols.patch) |