summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPitBall2016-01-01 21:01:17 +0100
committerPitBall2016-01-01 21:01:17 +0100
commitb6f31479d8cac551b340ea1213ad7f23fce9732f (patch)
treeb532c69e4d0f5487a5406525daa7cc157850930a
parent3ded58b4006d9c3af0f69fe395075a6c5ebdb860 (diff)
downloadaur-lib32-libnotify-gtk2.tar.gz
Update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f423e5dcde0..ae62ee6fa7e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Fri Jan 1 20:01:13 UTC 2016
pkgbase = lib32-libnotify-gtk2
- pkgdesc = Desktop notification library 32bit
+ pkgdesc = Library for sending desktop notifications (32bit)
pkgver = 0.7.6
- pkgrel = 1
- url = http://library.gnome.org/devel/notification-spec/
- arch = i686
+ pkgrel = 2
+ url = https://developer.gnome.org/notification-spec/
arch = x86_64
license = LGPL
+ makedepends = lib32-gtk2
+ makedepends = gobject-introspection
depends = libnotify-gtk2
depends = lib32-gdk-pixbuf2
- depends = lib32-gtk2
provides = lib32-libnotify=0.7.6
conflicts = lib32-libnotify
conflicts = lib32-libnotify-git
diff --git a/PKGBUILD b/PKGBUILD
index 1d1529148340..52b10d2dcd43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
_pkgname=libnotify
pkgname=lib32-${_pkgname}-gtk2
pkgver=0.7.6
-pkgrel=1
-pkgdesc="Desktop notification library 32bit"
-arch=('i686' 'x86_64')
-url="http://library.gnome.org/devel/notification-spec/"
+pkgrel=2
+pkgdesc="Library for sending desktop notifications (32bit)"
+arch=('x86_64')
+url="https://developer.gnome.org/notification-spec/"
license=('LGPL')
-depends=('libnotify-gtk2' 'lib32-gdk-pixbuf2' 'lib32-gtk2' )
+depends=('libnotify-gtk2' 'lib32-gdk-pixbuf2')
+makedepends=('lib32-gtk2' 'gobject-introspection')
conflicts=('lib32-libnotify' 'lib32-libnotify-git' 'lib32-libnotify-id' 'lib32-libnotify-id-git')
provides=("lib32-libnotify=$pkgver")
replaces=('lib32-libnotify')