makedeb
A lightweight notification daemon for fancy desktop integrations
Click here to go back to the commit logs for ntfd.
Hash: fdbf7a454ce4f725d1300b153c065f4363816f0c
Message: version update
diff --git a/.SRCINFO b/.SRCINFO
index 9fd38db..2f218f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,14 +3,14 @@ pkgname = ntfd
postinst = ntfd.postinst
pkgbase = ntfd
pkgdesc = A lightweight notification daemon for fancy desktop integrations
-pkgrel = 3
+pkgrel = 4
pkgver = 0.2.2
url = https://github.com/kamek-pf/ntfd
arch = amd64
conflicts = ntfd
license = LGPL3
provides = ntfd
-source = https://github.com/kamek-pf/ntfd/releases/download/0.2.2/ntfd-amd64-unknown-linux-musl
+source = https://github.com/kamek-pf/ntfd/releases/download/0.2.2/ntfd-x86_64-unknown-linux-musl
source = ntfd::git+https://github.com/kamek-pf/ntfd.git
sha512sums = b9be06c522a8947771a40c635173dce15cf60fcad4fb65a2ddc27b4a3c415beff1d024b58fbed3dda109e9c3470e1d2d608c810976256634695eb9a6d42f0be3
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dae63cf..ae4415f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: only_vip <onlyme_vip@protonmail.com>
pkgname=ntfd
pkgver=0.2.2
-pkgrel=3
+pkgrel=4
pkgdesc="A lightweight notification daemon for fancy desktop integrations"
arch=('amd64')
url='https://github.com/kamek-pf/ntfd'
@@ -15,14 +15,14 @@ conflicts=("${pkgname}")
postinst="${pkgname}.postinst"
source=(
- "$url/releases/download/${pkgver}/${pkgname}-${arch}-unknown-linux-musl"
+ "$url/releases/download/${pkgver}/${pkgname}-x86_64-unknown-linux-musl"
"${pkgname}::git+https://github.com/kamek-pf/${pkgname}.git" )
sha512sums=(
'b9be06c522a8947771a40c635173dce15cf60fcad4fb65a2ddc27b4a3c415beff1d024b58fbed3dda109e9c3470e1d2d608c810976256634695eb9a6d42f0be3'
'SKIP')
package() {
- install -Dm755 "${srcdir}/${pkgname}-${arch}-unknown-linux-musl" "${pkgdir}/usr/bin/ntfd"
+ install -Dm755 "${srcdir}/${pkgname}-x86_64-unknown-linux-musl" "${pkgdir}/usr/bin/ntfd"
install -Dm644 "${srcdir}/${pkgname}/README.md" "${pkgdir}/usr/share/doc/ntfd/README.md"
install -Dm644 "${srcdir}/${pkgname}/LICENSE" "${pkgdir}/usr/share/doc/ntfd/LICENSE"
install -Dm644 "${srcdir}/${pkgname}/config.toml" "${pkgdir}/usr/share/doc/ntfd/config.toml"