summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphuhl2023-05-30 11:29:06 +0200
committerphuhl2023-05-30 11:29:06 +0200
commit42fb006c37c11db770a8a9fcfae3edbc51ed534d (patch)
treeb3688fc30d0409d20431aa1e27c333a9d6c5e85f
parentb54139130450345f5ef539d079d9ba72508738bf (diff)
downloadaur-42fb006c37c11db770a8a9fcfae3edbc51ed534d.tar.gz
Bumps version to 2.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d8853e8f1bc..4ed659a99703 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deadd-notification-center
pkgdesc = Customizable notification-daemon with notification center
- pkgver = 2.0.2
+ pkgver = 2.0.3
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.2.tar.gz::https://github.com/phuhl/linux_notification_center/archive/2.0.2.tar.gz
- sha256sums = fed8025ebdd4f4052c548ea2d0cca45bc94db92436d704bc40ea7cb5742b40b6
+ source = deadd-notification-center-2.0.3.tar.gz::https://github.com/phuhl/linux_notification_center/archive/2.0.3.tar.gz
+ sha256sums = e6acfad059103dc895e088011a794e6a9545b3ace292c7a19725d9cd67c55842
pkgname = deadd-notification-center
diff --git a/PKGBUILD b/PKGBUILD
index 644eadf44cd2..44aabdc5dfc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Uhl <philipp.uhl@rwth-aachen.de>
pkgname=deadd-notification-center
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=0
pkgdesc="Customizable notification-daemon with notification center"
url="https://github.com/phuhl/linux_notification_center"
@@ -26,4 +26,5 @@ package() {
cd "linux_notification_center-${pkgver}"
make DESTDIR="$pkgdir" install
}
-sha256sums=('fed8025ebdd4f4052c548ea2d0cca45bc94db92436d704bc40ea7cb5742b40b6')
+
+sha256sums=('e6acfad059103dc895e088011a794e6a9545b3ace292c7a19725d9cd67c55842')