summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c161e25995ca..0ae2e5e4dfda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ayatana-indicator-notifications
pkgdesc = Ayatana Indicator for viewing recent notifications
- pkgver = 23.10.0
+ pkgver = 23.10.1
pkgrel = 1
url = https://github.com/AyatanaIndicators/ayatana-indicator-notifications
arch = i686
@@ -14,7 +14,7 @@ pkgbase = ayatana-indicator-notifications
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
+ source = ayatana-indicator-notifications-23.10.1.tar.gz::https://github.com/AyatanaIndicators/ayatana-indicator-notifications/archive/23.10.1.tar.gz
+ md5sums = c8e1766992f1706f9b0be7ad552888b7
pkgname = ayatana-indicator-notifications
diff --git a/PKGBUILD b/PKGBUILD
index b61217edfd73..39c44ebb7e68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robert Tari <robert at tari dot in>
pkgname="ayatana-indicator-notifications"
-pkgver="23.10.0"
+pkgver="23.10.1"
pkgrel="1"
pkgdesc="Ayatana Indicator for viewing recent notifications"
arch=("i686" "x86_64" "pentium4")
@@ -10,7 +10,7 @@ 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")
+md5sums=("c8e1766992f1706f9b0be7ad552888b7")
build()
{