summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35afd6357254..b1665a169c6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libnotify-git
pkgdesc = Library for sending desktop notifications
- pkgver = 0.7.12.r0.8162b1d
+ pkgver = 0.8.2.r0.69aff6e
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/libnotify
arch = i686
@@ -12,7 +12,8 @@ pkgbase = libnotify-git
makedepends = git
makedepends = gobject-introspection
makedepends = gtk-doc
- makedepends = gnome-common-git
+ makedepends = gnome-common
+ makedepends = gi-docgen
provides = libnotify=0.7.12
conflicts = libnotify
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index f4d3f2d8859d..a60e6fe5d49a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=libnotify-git
_pkgname=libnotify
-pkgver=0.7.12.r0.8162b1d
+pkgver=0.8.2.r0.69aff6e
pkgrel=1
pkgdesc="Library for sending desktop notifications"
arch=('i686' 'x86_64')
license=('GPL')
url='https://gitlab.gnome.org/GNOME/libnotify'
depends=()
-makedepends=('pkgconfig' 'meson' 'xmlto' 'git' 'gobject-introspection' 'gtk-doc' 'gnome-common-git')
+makedepends=('pkgconfig' 'meson' 'xmlto' 'git' 'gobject-introspection' 'gtk-doc' 'gnome-common' 'gi-docgen')
options=('!libtool')
conflicts=("${_pkgname}")
provides=("${_pkgname}=0.7.12")