summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphuhl2023-01-12 21:38:04 +0100
committerphuhl2023-01-12 21:38:04 +0100
commit359e662c348fd65a76e82a536c1f5b0957d8d849 (patch)
treecef42398922572627aa778d0afbf3e295d22e35e
parentcac307813d7c88a25a283c52c2c0b229d5b00925 (diff)
downloadaur-359e662c348fd65a76e82a536c1f5b0957d8d849.tar.gz
Bumps version to 2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30d8b9089911..eb0bcf9a2396 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deadd-notification-center
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
@@ -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-1.7.4.tar.gz::https://github.com/phuhl/linux_notification_center/archive/1.7.4.tar.gz
- sha256sums = 54c767b39514f78470418c12d396f7df611296e9fc5e6706b470deb13861e29f
+ source = deadd-notification-center-2.0.0.tar.gz::https://github.com/phuhl/linux_notification_center/archive/2.0.0.tar.gz
+ sha256sums = d44fddfb6873d1c838d13495167de7bc1d8fcef622ed8dec47ade69abf25e42e
pkgname = deadd-notification-center
diff --git a/PKGBUILD b/PKGBUILD
index d04ab7368c21..0c41ee270ab2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Uhl <philipp.uhl@rwth-aachen.de>
pkgname=deadd-notification-center
-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"
@@ -26,4 +26,6 @@ package() {
cd "linux_notification_center-${pkgver}"
make DESTDIR="$pkgdir" install
}
-sha256sums=('54c767b39514f78470418c12d396f7df611296e9fc5e6706b470deb13861e29f')
+
+
+sha256sums=('d44fddfb6873d1c838d13495167de7bc1d8fcef622ed8dec47ade69abf25e42e')