summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphuhl2023-01-16 10:30:53 +0100
committerphuhl2023-01-16 10:30:53 +0100
commite9c88754ddc1b6b56235a5d8ba540a52935ab1b6 (patch)
tree003277714fa0c7e474ce70b74f58a295324f54fd
parent359e662c348fd65a76e82a536c1f5b0957d8d849 (diff)
downloadaur-e9c88754ddc1b6b56235a5d8ba540a52935ab1b6.tar.gz
Fixes makefile
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb0bcf9a2396..b55a9c349a1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deadd-notification-center
pkgdesc = Customizable notification-daemon with notification center
- pkgver = 2.0.0
- pkgrel = 1
+ pkgver = 2.0.1
+ pkgrel = 0
url = https://github.com/phuhl/linux_notification_center
arch = x86_64
license = BSD
@@ -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.0.tar.gz::https://github.com/phuhl/linux_notification_center/archive/2.0.0.tar.gz
- sha256sums = d44fddfb6873d1c838d13495167de7bc1d8fcef622ed8dec47ade69abf25e42e
+ source = deadd-notification-center-2.0.1.tar.gz::https://github.com/phuhl/linux_notification_center/archive/2.0.1.tar.gz
+ sha256sums = a07d4fdb1f5fa3ae74d528fbae6e1d67a3ccf051589fc0a2a9b06bae07db9708
pkgname = deadd-notification-center
diff --git a/PKGBUILD b/PKGBUILD
index 0c41ee270ab2..5d47e20d43de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Philipp Uhl <philipp.uhl@rwth-aachen.de>
pkgname=deadd-notification-center
-pkgver=2.0.0
-pkgrel=1
+pkgver=2.0.1
+pkgrel=0
pkgdesc="Customizable notification-daemon with notification center"
url="https://github.com/phuhl/linux_notification_center"
license=("BSD")
@@ -26,6 +26,4 @@ package() {
cd "linux_notification_center-${pkgver}"
make DESTDIR="$pkgdir" install
}
-
-
-sha256sums=('d44fddfb6873d1c838d13495167de7bc1d8fcef622ed8dec47ade69abf25e42e')
+sha256sums=('a07d4fdb1f5fa3ae74d528fbae6e1d67a3ccf051589fc0a2a9b06bae07db9708')