summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9250837275d..53160c48f270 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libayatana-indicator
pkgdesc = Ayatana Indicators (Shared Library)
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/AyatanaIndicators/libayatana-indicator
arch = i686
@@ -16,7 +16,7 @@ pkgbase = libayatana-indicator
depends = ayatana-ido>=0.9.0
conflicts = libayatana-indicator-gtk3
replaces = libayatana-indicator-gtk3
- source = libayatana-indicator-0.9.0.tar.gz::https://github.com/AyatanaIndicators/libayatana-indicator/archive/0.9.0.tar.gz
- md5sums = 0a4ddcdfe1b11ec122687c9a1d76a86c
+ source = libayatana-indicator-0.9.1.tar.gz::https://github.com/AyatanaIndicators/libayatana-indicator/archive/0.9.1.tar.gz
+ md5sums = b7a7fd24a749cb384431b8309db65a58
pkgname = libayatana-indicator
diff --git a/PKGBUILD b/PKGBUILD
index 56af9a32b63e..4947a889dc2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robert Tari <robert at tari dot in>
pkgname="libayatana-indicator"
-pkgver="0.9.0"
+pkgver="0.9.1"
pkgrel="1"
pkgdesc="Ayatana Indicators (Shared Library)"
arch=("i686" "x86_64" "pentium4")
@@ -10,7 +10,7 @@ license=("LGPL2.1" "LGPL3")
makedepends=("cmake-extras" "gobject-introspection" "vala")
depends=("gtk3" "glib2" "ayatana-ido>=0.9.0")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AyatanaIndicators/$pkgname/archive/$pkgver.tar.gz")
-md5sums=("0a4ddcdfe1b11ec122687c9a1d76a86c")
+md5sums=("b7a7fd24a749cb384431b8309db65a58")
conflicts=("${pkgname}-gtk3")
replaces=("${pkgname}-gtk3")