summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Tari2024-04-10 20:38:10 +0200
committerRobert Tari2024-04-10 20:38:10 +0200
commit277d410a211d24c2b8c16c734443da8911dfbe33 (patch)
tree4811b90632d492b468082ae974242c4f21401bec
parentca192ec155ec49c2ca54395ab85732c77fa48312 (diff)
downloadaur-277d410a211d24c2b8c16c734443da8911dfbe33.tar.gz
Automatic update via tari.in
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73031c992429..c161e25995ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,13 +6,14 @@ pkgbase = ayatana-indicator-notifications
arch = i686
arch = x86_64
arch = pentium4
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = intltool
makedepends = cmake-extras
- makedepends = glib2
makedepends = systemd
- depends = hicolor-icon-theme
+ makedepends = hicolor-icon-theme
depends = dconf
+ depends = glib2
+ depends = glibc
source = ayatana-indicator-notifications-23.10.0.tar.gz::https://github.com/AyatanaIndicators/ayatana-indicator-notifications/archive/23.10.0.tar.gz
md5sums = 90945512e86956922c7af792657421a3
diff --git a/PKGBUILD b/PKGBUILD
index daafd44c25e7..b61217edfd73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgrel="1"
pkgdesc="Ayatana Indicator for viewing recent notifications"
arch=("i686" "x86_64" "pentium4")
url="https://github.com/AyatanaIndicators/ayatana-indicator-notifications"
-license=("GPL3")
-makedepends=("intltool" "cmake-extras" "glib2" "systemd")
-depends=("hicolor-icon-theme" "dconf")
+license=("GPL-3.0-or-later")
+makedepends=("intltool" "cmake-extras" "systemd" "hicolor-icon-theme")
+depends=("dconf" "glib2" "glibc")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=("90945512e86956922c7af792657421a3")