diff options
author | Robert Tari | 2024-12-21 22:01:09 +0000 |
---|---|---|
committer | Robert Tari | 2024-12-21 22:01:09 +0000 |
commit | 1f89de21e8b33cbaf1a5e5c8a251c28354b2dfa5 (patch) | |
tree | 12d166f4a46bb4568dc2bfe7e6831748c6abd151 | |
parent | e689f56aea853543d93432107bdf7698aaeccc5e (diff) | |
download | aur-1f89de21e8b33cbaf1a5e5c8a251c28354b2dfa5.tar.gz |
Automatic update via tari.in
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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() { |