summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphuhl2023-03-03 15:21:25 +0100
committerphuhl2023-03-03 15:21:25 +0100
commitb54139130450345f5ef539d079d9ba72508738bf (patch)
tree9150ded653a47d4abcc5c55d8e4e715f006ace6b
parente9c88754ddc1b6b56235a5d8ba540a52935ab1b6 (diff)
downloadaur-b54139130450345f5ef539d079d9ba72508738bf.tar.gz
Bumps version to 2.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b55a9c349a1d..5d8853e8f1bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deadd-notification-center
pkgdesc = Customizable notification-daemon with notification center
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 0
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-2.0.1.tar.gz::https://github.com/phuhl/linux_notification_center/archive/2.0.1.tar.gz
- sha256sums = a07d4fdb1f5fa3ae74d528fbae6e1d67a3ccf051589fc0a2a9b06bae07db9708
+ source = deadd-notification-center-2.0.2.tar.gz::https://github.com/phuhl/linux_notification_center/archive/2.0.2.tar.gz
+ sha256sums = fed8025ebdd4f4052c548ea2d0cca45bc94db92436d704bc40ea7cb5742b40b6
pkgname = deadd-notification-center
diff --git a/PKGBUILD b/PKGBUILD
index 5d47e20d43de..644eadf44cd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Uhl <philipp.uhl@rwth-aachen.de>
pkgname=deadd-notification-center
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=0
pkgdesc="Customizable notification-daemon with notification center"
url="https://github.com/phuhl/linux_notification_center"
@@ -26,4 +26,4 @@ package() {
cd "linux_notification_center-${pkgver}"
make DESTDIR="$pkgdir" install
}
-sha256sums=('a07d4fdb1f5fa3ae74d528fbae6e1d67a3ccf051589fc0a2a9b06bae07db9708')
+sha256sums=('fed8025ebdd4f4052c548ea2d0cca45bc94db92436d704bc40ea7cb5742b40b6')