summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphuhl2023-06-01 10:02:29 +0200
committerphuhl2023-06-01 10:02:29 +0200
commitcca59e3d44a3b35e2b76e4800623ad0e87cbbe5e (patch)
tree28626951febeea5df9abc744aa894f6ae71b89ed
parent42fb006c37c11db770a8a9fcfae3edbc51ed534d (diff)
downloadaur-cca59e3d44a3b35e2b76e4800623ad0e87cbbe5e.tar.gz
Bumps version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ed659a99703..bc6f635007f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deadd-notification-center
pkgdesc = Customizable notification-daemon with notification center
- pkgver = 2.0.3
+ pkgver = 2.0.4
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.3.tar.gz::https://github.com/phuhl/linux_notification_center/archive/2.0.3.tar.gz
- sha256sums = e6acfad059103dc895e088011a794e6a9545b3ace292c7a19725d9cd67c55842
+ source = deadd-notification-center-2.0.4.tar.gz::https://github.com/phuhl/linux_notification_center/archive/2.0.4.tar.gz
+ sha256sums = 81913079122d9c2057b75ca5284620bdb0f29e043e1fbf33273127a8aeb85b86
pkgname = deadd-notification-center
diff --git a/PKGBUILD b/PKGBUILD
index 44aabdc5dfc1..1b8ee0e669f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Uhl <philipp.uhl@rwth-aachen.de>
pkgname=deadd-notification-center
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=0
pkgdesc="Customizable notification-daemon with notification center"
url="https://github.com/phuhl/linux_notification_center"
@@ -26,5 +26,4 @@ package() {
cd "linux_notification_center-${pkgver}"
make DESTDIR="$pkgdir" install
}
-
-sha256sums=('e6acfad059103dc895e088011a794e6a9545b3ace292c7a19725d9cd67c55842')
+sha256sums=('81913079122d9c2057b75ca5284620bdb0f29e043e1fbf33273127a8aeb85b86')