summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Uhl2020-10-18 18:53:51 +0200
committerPhilipp Uhl2020-10-18 18:53:51 +0200
commit9928443d012527f02e8f1fa3c9bf3bfacea282ef (patch)
tree6e286a67e330e6a113f3c08bb0805cdcc5a718a6
parent46f390a8bfe90f33cef01264af38f5c6f5db58a8 (diff)
downloadaur-9928443d012527f02e8f1fa3c9bf3bfacea282ef.tar.gz
Bumps version number to 1.7.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 769dcf234e6d..0dfb0910339c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = deadd-notification-center-bin
pkgdesc = Customizable notification-daemon with notification center
- pkgver = 1.7.2
+ pkgver = 1.7.3
pkgrel = 1
url = https://github.com/phuhl/linux_notification_center
arch = x86_64
license = BSD
depends = gobject-introspection-runtime
depends = gtk3
+ provides = deadd-notification-center
conflicts = deadd-notification-center
- source = deadd-notification-center-bin-1.7.2.tar.gz::https://github.com/phuhl/linux_notification_center/archive/1.7.2.tar.gz
- source = deadd-notification-center ::https://github.com/phuhl/linux_notification_center/releases/download/1.7.2/deadd-notification-center
- md5sums = 4bd3ee0648ec286293c2e275c8403511
- md5sums = ae7990ed0f089cb0f5ae99d4ad3462c1
+ conflicts = deadd-notification-center-git
+ source = deadd-notification-center-bin-1.7.3.tar.gz::https://github.com/phuhl/linux_notification_center/archive/1.7.3.tar.gz
+ md5sums = bb2d4739a65c3c7bed3d655d231351bf
pkgname = deadd-notification-center-bin
diff --git a/PKGBUILD b/PKGBUILD
index acdcec0cdcff..29ce6a4d06ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,30 +1,28 @@
# Maintainer: Philipp Uhl <philipp.uhl@rwth-aachen.de>
pkgname=deadd-notification-center-bin
-pkgver=1.7.2
+pkgver=1.7.3
pkgrel=1
pkgdesc="Customizable notification-daemon with notification center"
url="https://github.com/phuhl/linux_notification_center"
license=("BSD")
arch=('x86_64')
depends=('gobject-introspection-runtime' 'gtk3')
-conflicts=('deadd-notification-center')
+provides=('deadd-notification-center')
+conflicts=('deadd-notification-center' 'deadd-notification-center-git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/phuhl/linux_notification_center/archive/${pkgver}.tar.gz")
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/phuhl/linux_notification_center/archive/${pkgver}.tar.gz"
- "deadd-notification-center ::https://github.com/phuhl/linux_notification_center/releases/download/${pkgver}/deadd-notification-center")
prepare() {
tar -zxvf "${pkgname}-${pkgver}.tar.gz"
- mkdir -p linux_notification_center-${pkgver}/.out
- mv deadd-notification-center linux_notification_center-${pkgver}/.out/
}
+
build() {
cd "linux_notification_center-${pkgver}"
}
package() {
cd "linux_notification_center-${pkgver}"
- make service
make DESTDIR="$pkgdir" install
}
-md5sums=('4bd3ee0648ec286293c2e275c8403511'
- 'ae7990ed0f089cb0f5ae99d4ad3462c1')
+
+md5sums=('bb2d4739a65c3c7bed3d655d231351bf')