summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphuhl2023-06-01 10:03:14 +0200
committerphuhl2023-06-01 10:03:14 +0200
commitc2158746f51587c8a5fedae6e25513533486ce3b (patch)
treed7cca53dd6ba4704f4a966339455b1df674361dd
parentbf2e95abc1117695fa572ca49775454f85119541 (diff)
downloadaur-c2158746f51587c8a5fedae6e25513533486ce3b.tar.gz
Bumps version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0de5b0f729e8..396bc5a9c30f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deadd-notification-center-bin
pkgdesc = Customizable notification-daemon with notification center
- pkgver = 2.0.3
+ pkgver = 2.0.4
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.3.tar.gz::https://github.com/phuhl/linux_notification_center/archive/2.0.3.tar.gz
- sha256sums = e6acfad059103dc895e088011a794e6a9545b3ace292c7a19725d9cd67c55842
+ source = deadd-notification-center-bin-2.0.4.tar.gz::https://github.com/phuhl/linux_notification_center/archive/2.0.4.tar.gz
+ sha256sums = 81913079122d9c2057b75ca5284620bdb0f29e043e1fbf33273127a8aeb85b86
pkgname = deadd-notification-center-bin
diff --git a/PKGBUILD b/PKGBUILD
index 36224d167549..b9afc3b685ef 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.3
+pkgver=2.0.4
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=('e6acfad059103dc895e088011a794e6a9545b3ace292c7a19725d9cd67c55842')
+
+sha256sums=('81913079122d9c2057b75ca5284620bdb0f29e043e1fbf33273127a8aeb85b86')