summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Tari2024-12-21 22:01:09 +0000
committerRobert Tari2024-12-21 22:01:09 +0000
commit1f89de21e8b33cbaf1a5e5c8a251c28354b2dfa5 (patch)
tree12d166f4a46bb4568dc2bfe7e6831748c6abd151
parente689f56aea853543d93432107bdf7698aaeccc5e (diff)
downloadaur-1f89de21e8b33cbaf1a5e5c8a251c28354b2dfa5.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 b49d4747fd4d..28761a9e5ce3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ayatana-indicator-sound
pkgdesc = Ayatana system sound indicator
- pkgver = 24.5.0
+ pkgver = 24.5.1
pkgrel = 1
url = https://github.com/AyatanaIndicators/ayatana-indicator-sound
arch = i686
@@ -21,7 +21,7 @@ pkgbase = ayatana-indicator-sound
depends = glibc
depends = glib2
depends = dconf
- source = ayatana-indicator-sound-24.5.0.tar.gz::https://github.com/AyatanaIndicators/ayatana-indicator-sound/archive/24.5.0.tar.gz
- md5sums = 6160f0aee3ff1344ee2352d215f3e987
+ source = ayatana-indicator-sound-24.5.1.tar.gz::https://github.com/AyatanaIndicators/ayatana-indicator-sound/archive/24.5.1.tar.gz
+ md5sums = 4c72cadebd6696c8fff3c956b6ed9701
pkgname = ayatana-indicator-sound
diff --git a/PKGBUILD b/PKGBUILD
index 415745029b5d..2bc176b54636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robert Tari <robert at tari dot in>
pkgname="ayatana-indicator-sound"
-pkgver="24.5.0"
+pkgver="24.5.1"
pkgrel="1"
pkgdesc="Ayatana system sound indicator"
arch=("i686" "x86_64" "pentium4")
@@ -10,7 +10,7 @@ license=("GPL-3.0-or-later")
makedepends=("cmake-extras" "intltool" "vala" "systemd" "libxml2" "gobject-introspection")
depends=("accountsservice" "libpulse" "libgee" "libnotify" "libayatana-common" "glibc" "glib2" "dconf")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=("6160f0aee3ff1344ee2352d215f3e987")
+md5sums=("4c72cadebd6696c8fff3c956b6ed9701")
build()
{