summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Tari2021-01-28 15:51:07 +0000
committerRobert Tari2021-01-28 15:51:07 +0000
commit7dd104adca7029561382216e8a3efffa8b6355fa (patch)
tree002591918ec5b3609bdcd1a5747afcb3e4db903a
parent1249dafdd21cf19ff2281c10a02b9c7d56291c31 (diff)
downloadaur-7dd104adca7029561382216e8a3efffa8b6355fa.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 881e3589518e..2a86d5ada597 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ayatana-settings
pkgdesc = Configuration tool for tweaking all Ayatana system indicators
- pkgver = 20.11.09.2
+ pkgver = 21.1.28
pkgrel = 1
url = https://github.com/AyatanaIndicators/ayatana-settings
arch = any
@@ -11,8 +11,8 @@ pkgbase = ayatana-settings
depends = gobject-introspection
depends = python-psutil
options = !emptydirs
- source = https://github.com/AyatanaIndicators/ayatana-settings/archive/20.11.09.2.tar.gz
- md5sums = 707f41901558119df5f3528f22d79d03
+ source = https://github.com/AyatanaIndicators/ayatana-settings/archive/21.1.28.tar.gz
+ md5sums = 5c48898b4dddcae29abb44e1b070a4e5
pkgname = ayatana-settings
diff --git a/PKGBUILD b/PKGBUILD
index 02f1f767ab95..ab750c0fa267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Robert Tari <robert at tari dot in>
pkgname="ayatana-settings"
-pkgver="20.11.09.2"
+pkgver="21.1.28"
pkgrel=1
pkgdesc="Configuration tool for tweaking all Ayatana system indicators"
arch=("any")
@@ -11,7 +11,7 @@ license=("GPL3")
depends=("gtk3" "gobject-introspection" "python-psutil")
makedepends=("python-setuptools" "python-polib")
source=("https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=("707f41901558119df5f3528f22d79d03")
+md5sums=("5c48898b4dddcae29abb44e1b070a4e5")
options=("!emptydirs")
build()