summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc6f635007f0..af6cca4255c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deadd-notification-center
pkgdesc = Customizable notification-daemon with notification center
- pkgver = 2.0.4
+ pkgver = 2.1.1
pkgrel = 0
url = https://github.com/phuhl/linux_notification_center
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = deadd-notification-center
provides = deadd-notification-center
conflicts = deadd-notification-center-bin
conflicts = deadd-notification-center-git
- source = deadd-notification-center-2.0.4.tar.gz::https://github.com/phuhl/linux_notification_center/archive/2.0.4.tar.gz
- sha256sums = 81913079122d9c2057b75ca5284620bdb0f29e043e1fbf33273127a8aeb85b86
+ source = deadd-notification-center-2.1.1.tar.gz::https://codeload.github.com/phuhl/linux_notification_center/tar.gz/refs/tags/2.1.1
+ sha256sums = e83cae52aff076da8f199d64580e921eeab029aca6214937ab38a6c43145862b
pkgname = deadd-notification-center
diff --git a/PKGBUILD b/PKGBUILD
index 1b8ee0e669f1..12d03ea8fc58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Uhl <philipp.uhl@rwth-aachen.de>
pkgname=deadd-notification-center
-pkgver=2.0.4
+pkgver=2.1.1
pkgrel=0
pkgdesc="Customizable notification-daemon with notification center"
url="https://github.com/phuhl/linux_notification_center"
@@ -11,7 +11,7 @@ depends=('gobject-introspection-runtime' 'gtk3')
makedepends=('stack' 'cairo' 'pango' 'gobject-introspection')
provides=('deadd-notification-center')
conflicts=('deadd-notification-center-bin' 'deadd-notification-center-git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/phuhl/linux_notification_center/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://codeload.github.com/phuhl/linux_notification_center/tar.gz/refs/tags/${pkgver}")
prepare() {
tar -zxvf "${pkgname}-${pkgver}.tar.gz"
@@ -26,4 +26,5 @@ package() {
cd "linux_notification_center-${pkgver}"
make DESTDIR="$pkgdir" install
}
-sha256sums=('81913079122d9c2057b75ca5284620bdb0f29e043e1fbf33273127a8aeb85b86')
+
+sha256sums=('e83cae52aff076da8f199d64580e921eeab029aca6214937ab38a6c43145862b')