summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Tari2020-11-09 11:47:18 +0000
committerRobert Tari2020-11-09 11:47:18 +0000
commit3ef2bb5e165645ff5c96a5a2cac6c5e902788275 (patch)
tree8d7e0c69c4ab3c24c98c5edcaf85b6b42dd459a1
parente48a512601e2b157e55bfb4b29778329d3d47c4e (diff)
downloadaur-3ef2bb5e165645ff5c96a5a2cac6c5e902788275.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 32c04921ac39..68d6e7b0d0f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ayatana-settings
pkgdesc = Configuration tool for tweaking all Ayatana system indicators
- pkgver = 20.10.14
+ pkgver = 20.11.09.1
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.10.14.tar.gz
- md5sums = 14ee7da6a43912b8b4cea8f9d5f23fe9
+ source = https://github.com/AyatanaIndicators/ayatana-settings/archive/20.11.09.1.tar.gz
+ md5sums = 19e3b8afc4922eb1fe17c8d78d86db1b
pkgname = ayatana-settings
diff --git a/PKGBUILD b/PKGBUILD
index 8baaa555d7c5..d6c5b282affb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Robert Tari <robert at tari dot in>
pkgname="ayatana-settings"
-pkgver="20.10.14"
+pkgver="20.11.09.1"
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=("14ee7da6a43912b8b4cea8f9d5f23fe9")
+md5sums=("19e3b8afc4922eb1fe17c8d78d86db1b")
options=("!emptydirs")
build()