summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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')