summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Tari2023-11-14 08:35:58 +0000
committerRobert Tari2023-11-14 08:35:58 +0000
commit273e75b426191712f369b4c2c1358372b7a390be (patch)
treee02a89f3024866d0f3bdb7e4fa26a71701c695cb
parentdb1cbf53b6e04c25241f9004dcb84289b0156add (diff)
downloadaur-ayatana-settings.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 e78e93aeeee6..3dce4f002cdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ayatana-settings
pkgdesc = Configuration tool for tweaking all Ayatana system indicators
- pkgver = 23.10.13
+ pkgver = 23.11.14
pkgrel = 1
url = https://github.com/AyatanaIndicators/ayatana-settings
arch = any
@@ -11,7 +11,7 @@ pkgbase = ayatana-settings
depends = gobject-introspection
depends = python-psutil
options = !emptydirs
- source = ayatana-settings-23.10.13.tar.gz::https://github.com/AyatanaIndicators/ayatana-settings/archive/23.10.13.tar.gz
- md5sums = 2a2433c4120e84af3e9b7fecf39062a6
+ source = ayatana-settings-23.11.14.tar.gz::https://github.com/AyatanaIndicators/ayatana-settings/archive/23.11.14.tar.gz
+ md5sums = 234caec1854c6ece424f1ef61f46178b
pkgname = ayatana-settings
diff --git a/PKGBUILD b/PKGBUILD
index 6f574eae793f..197b98dbbb37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Robert Tari <robert at tari dot in>
pkgname="ayatana-settings"
-pkgver="23.10.13"
+pkgver="23.11.14"
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=("${pkgname}-${pkgver}.tar.gz::https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=("2a2433c4120e84af3e9b7fecf39062a6")
+md5sums=("234caec1854c6ece424f1ef61f46178b")
options=("!emptydirs")
build()