summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphuhl2023-01-16 10:31:44 +0100
committerphuhl2023-01-16 10:31:44 +0100
commit38bf01191454976fbff84aaa73005f0a0071e3e0 (patch)
treeb92cde11696427a518f23fb5755683e0f1cdce41
parentc79f288ce99dfbb18255e7688d93393af1ae728c (diff)
downloadaur-38bf01191454976fbff84aaa73005f0a0071e3e0.tar.gz
Fixes makefile
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89fcedc82002..7e58e57fe7f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deadd-notification-center-bin
pkgdesc = Customizable notification-daemon with notification center
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/phuhl/linux_notification_center
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = deadd-notification-center-bin
provides = deadd-notification-center
conflicts = deadd-notification-center
conflicts = deadd-notification-center-git
- source = deadd-notification-center-bin-2.0.0.tar.gz::https://github.com/phuhl/linux_notification_center/archive/2.0.0.tar.gz
- sha256sums = d44fddfb6873d1c838d13495167de7bc1d8fcef622ed8dec47ade69abf25e42e
+ source = deadd-notification-center-bin-2.0.1.tar.gz::https://github.com/phuhl/linux_notification_center/archive/2.0.1.tar.gz
+ sha256sums = a07d4fdb1f5fa3ae74d528fbae6e1d67a3ccf051589fc0a2a9b06bae07db9708
pkgname = deadd-notification-center-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0c8a40d234a8..0b557af21331 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Uhl <philipp.uhl@rwth-aachen.de>
pkgname=deadd-notification-center-bin
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="Customizable notification-daemon with notification center"
url="https://github.com/phuhl/linux_notification_center"
@@ -25,4 +25,5 @@ package() {
make service
make DESTDIR="$pkgdir" install
}
-sha256sums=('d44fddfb6873d1c838d13495167de7bc1d8fcef622ed8dec47ade69abf25e42e')
+
+sha256sums=('a07d4fdb1f5fa3ae74d528fbae6e1d67a3ccf051589fc0a2a9b06bae07db9708')