summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphuhl2023-01-12 21:37:09 +0100
committerphuhl2023-01-12 21:37:09 +0100
commitc79f288ce99dfbb18255e7688d93393af1ae728c (patch)
treeb62223227cb73b338f5e2d39e2c7114f6dbcc8cf
parent88bc2ffd0969ddc034deb1bf069335c33085124a (diff)
downloadaur-c79f288ce99dfbb18255e7688d93393af1ae728c.tar.gz
Bumps version to 2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db87681dc692..89fcedc82002 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deadd-notification-center-bin
pkgdesc = Customizable notification-daemon with notification center
- pkgver = 1.7.4
+ pkgver = 2.0.0
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-1.7.4.tar.gz::https://github.com/phuhl/linux_notification_center/archive/1.7.4.tar.gz
- sha256sums = 54c767b39514f78470418c12d396f7df611296e9fc5e6706b470deb13861e29f
+ 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
pkgname = deadd-notification-center-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5ed8fdcaa593..0c8a40d234a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Uhl <philipp.uhl@rwth-aachen.de>
pkgname=deadd-notification-center-bin
-pkgver=1.7.4
+pkgver=2.0.0
pkgrel=1
pkgdesc="Customizable notification-daemon with notification center"
url="https://github.com/phuhl/linux_notification_center"
@@ -25,6 +25,4 @@ package() {
make service
make DESTDIR="$pkgdir" install
}
-
-
-sha256sums=('54c767b39514f78470418c12d396f7df611296e9fc5e6706b470deb13861e29f')
+sha256sums=('d44fddfb6873d1c838d13495167de7bc1d8fcef622ed8dec47ade69abf25e42e')