summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp Uhl2020-10-18 18:49:38 +0200
committerPhilipp Uhl2020-10-18 18:49:38 +0200
commitd70ba5d77b0c64099c3105ba6da2dadc69b17c03 (patch)
tree8594e21489e00c4bf4298107d8fed6782cd8174e /PKGBUILD
parentdceecb872d7573cec971f69c402f40f65d44ab19 (diff)
downloadaur-d70ba5d77b0c64099c3105ba6da2dadc69b17c03.tar.gz
Bumps version to 1.7.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b11ddf63be4..10d1768ba2e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Uhl <philipp.uhl@rwth-aachen.de>
pkgname=deadd-notification-center
-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"
@@ -9,11 +9,14 @@ license=("BSD")
arch=('x86_64')
depends=('gobject-introspection-runtime' 'gtk3')
makedepends=('stack' 'cairo' 'pango' 'gobject-introspection')
-conflicts=('deadd-notification-center-bin')
+provides=('deadd-notification-center')
+conflicts=('deadd-notification-center-bin' 'deadd-notification-center-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/phuhl/linux_notification_center/archive/${pkgver}.tar.gz")
+
prepare() {
tar -zxvf "${pkgname}-${pkgver}.tar.gz"
}
+
build() {
cd "linux_notification_center-${pkgver}"
make
@@ -23,4 +26,5 @@ package() {
cd "linux_notification_center-${pkgver}"
make DESTDIR="$pkgdir" install
}
-md5sums=('4bd3ee0648ec286293c2e275c8403511')
+
+md5sums=('bb2d4739a65c3c7bed3d655d231351bf')