diff options
author | Robert Tari | 2024-05-24 10:55:54 +0000 |
---|---|---|
committer | Robert Tari | 2024-05-24 10:55:54 +0000 |
commit | e689f56aea853543d93432107bdf7698aaeccc5e (patch) | |
tree | 5f6d0523089c4a385ca2cee8af9fa92722edd9af /PKGBUILD | |
parent | 021aa2371c985907adfbbcf65bb702f3d12ad552 (diff) | |
download | aur-e689f56aea853543d93432107bdf7698aaeccc5e.tar.gz |
Automatic update via tari.in
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Robert Tari <robert at tari dot in> pkgname="ayatana-indicator-sound" -pkgver="24.4.1" +pkgver="24.5.0" 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=("63db28ee1d18ed5e1c25f3c3370713cf") +md5sums=("6160f0aee3ff1344ee2352d215f3e987") build() { |