summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Tari2021-01-28 16:06:34 +0000
committerRobert Tari2021-01-28 16:06:34 +0000
commit4c0880f4d520e6828e7b1b4a4fcdd00aa243363a (patch)
treec635ce36f8f9557d94f8c56839a085c81c93a51e
parent26ff18e574b1bdd7a177c32e61a01d2f381e176d (diff)
downloadaur-4c0880f4d520e6828e7b1b4a4fcdd00aa243363a.tar.gz
Automatic update via tari.in
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a33c4e9789d..135c840d3191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ayatana-indicator-power
pkgdesc = Ayatana Indicator showing power state
- pkgver = 2.1.1
+ pkgver = 2.1.2
pkgrel = 1
url = https://github.com/AyatanaIndicators
arch = i686
@@ -20,8 +20,8 @@ pkgbase = ayatana-indicator-power
depends = dconf
optdepends = zenity
options = !emptydirs
- source = https://github.com/AyatanaIndicators/ayatana-indicator-power/archive/2.1.1.tar.gz
- md5sums = c11754a834f5461eaba3135fd2df0156
+ source = https://github.com/AyatanaIndicators/ayatana-indicator-power/archive/2.1.2.tar.gz
+ md5sums = 929a7065c02983f1b3f9c6d31ccd20f5
pkgname = ayatana-indicator-power
diff --git a/PKGBUILD b/PKGBUILD
index ac1d89306dc0..52eb00670c9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robert Tari <robert at tari dot in>
pkgname="ayatana-indicator-power"
-pkgver="2.1.1"
+pkgver="2.1.2"
pkgrel="1"
pkgdesc="Ayatana Indicator showing power state"
arch=("i686" "x86_64" "pentium4")
@@ -11,7 +11,7 @@ depends=("libayatana-indicator" "upower" "systemd" "libnotify" "dconf")
makedepends=("cmake" "cmake-extras" "libnotify" "glib2" "python")
optdepends=("zenity")
source=("https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=("c11754a834f5461eaba3135fd2df0156")
+md5sums=("929a7065c02983f1b3f9c6d31ccd20f5")
options=("!emptydirs")
build()