summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphuhl2023-08-14 11:36:33 +0200
committerphuhl2023-08-14 11:36:33 +0200
commit042beca338466c27077861b36834523978743556 (patch)
tree06ee898573115ebd31304accbb0dd71d82adb282
parenta8923ff5e290d898a2a55c9d3b0a399567117502 (diff)
downloadaur-deadd-notification-center-bin.tar.gz
Fixes bin download
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12af4303904f..4a15f4b21108 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deadd-notification-center-bin
pkgdesc = Customizable notification-daemon with notification center
pkgver = 2.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/phuhl/linux_notification_center
arch = x86_64
license = BSD
@@ -10,9 +10,9 @@ pkgbase = deadd-notification-center-bin
provides = deadd-notification-center
conflicts = deadd-notification-center
conflicts = deadd-notification-center-git
- source = deadd-notification-center::https://github.com/phuhl/linux_notification_center/releases/download/2.1.1/deadd-notification-center,
- source = deadd-notification-center-bin-2.1.1.tar.gz::https://codeload.github.com/phuhl/linux_notification_center/tar.gz/refs/tags/2.1.1
- sha256sums = 0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5
+ source = deadd-notification-center::https://github.com/phuhl/linux_notification_center/releases/download/2.1.1/deadd-notification-center
+ source = deadd-notification-center-bin-2.1.1.tar.gz::https://github.com/phuhl/linux_notification_center/archive/refs/tags/2.1.1.tar.gz
+ sha256sums = eb45d81288a13ee26733db8c9f08b40261304f8eb2ea9667f36343d079c666e4
sha256sums = e83cae52aff076da8f199d64580e921eeab029aca6214937ab38a6c43145862b
pkgname = deadd-notification-center-bin
diff --git a/PKGBUILD b/PKGBUILD
index 551db0e98240..be662eea5324 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=deadd-notification-center-bin
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Customizable notification-daemon with notification center"
url="https://github.com/phuhl/linux_notification_center"
license=("BSD")
@@ -12,8 +12,8 @@ provides=('deadd-notification-center')
conflicts=('deadd-notification-center' 'deadd-notification-center-git')
DLAGENTS=('https::/usr/bin/curl -L -o %o %u')
source=(
- "deadd-notification-center::https://github.com/phuhl/linux_notification_center/releases/download/${pkgver}/deadd-notification-center",
- "${pkgname}-${pkgver}.tar.gz::https://codeload.github.com/phuhl/linux_notification_center/tar.gz/refs/tags/${pkgver}")
+ "deadd-notification-center::https://github.com/phuhl/linux_notification_center/releases/download/${pkgver}/deadd-notification-center"
+ "${pkgname}-${pkgver}.tar.gz::https://github.com/phuhl/linux_notification_center/archive/refs/tags/${pkgver}.tar.gz")
prepare() {
tar -zxvf "${pkgname}-${pkgver}.tar.gz"
@@ -31,5 +31,5 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha256sums=('0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5'
+sha256sums=('eb45d81288a13ee26733db8c9f08b40261304f8eb2ea9667f36343d079c666e4'
'e83cae52aff076da8f199d64580e921eeab029aca6214937ab38a6c43145862b')