summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBertrand "Kamek" Bousquet2020-06-27 11:55:49 -0400
committerBertrand "Kamek" Bousquet2020-06-27 11:55:49 -0400
commit3bdd13bbaf9d3bb03aa7d15bed6ccdfdd64b5393 (patch)
treef0fb904e188242e9b6a53ffc117b841071191627
parenta0b135aebc6afcb7ad9517c37af932a71597b357 (diff)
downloadaur-3bdd13bbaf9d3bb03aa7d15bed6ccdfdd64b5393.tar.gz
0.2.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e70a83e759fe..5134dc568f19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = ntfd-bin
pkgdesc = A lightweight notification daemon for fancy desktop integrations
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/kamek-pf/ntfd
arch = x86_64
license = GPL
depends = ttf-weather-icons
provides = ntfd
- source = ntfd::https://github.com/kamek-pf/ntfd/releases/download/0.2.1/ntfd-x86_64-unknown-linux-musl
- source = config.toml::https://raw.githubusercontent.com/kamek-pf/ntfd/0.2.1/config.toml
- sha256sums = 3dba1f38f38772a23b2803782e245473c06fa8de8ffe33f08ebaed2d8666bc5d
- sha256sums = 7d181f1c27ab95aa9b216dcac55aaffc3c92b3eb81ab60c6ab62fd8700b362f1
+ source = ntfd::https://github.com/kamek-pf/ntfd/releases/download/0.2.2/ntfd-x86_64-unknown-linux-musl
+ source = config.toml::https://raw.githubusercontent.com/kamek-pf/ntfd/0.2.2/config.toml
+ sha256sums = a2afa7b550112fc805809b9859c4426d5d3478f85933bb9630d3ea8defc4f225
+ sha256sums = 4d2c00c071efb810d1b4ec3e96652a27c1101000843b44ff1476a33ab62839f2
pkgname = ntfd-bin
diff --git a/PKGBUILD b/PKGBUILD
index b4cd51cd3fae..f91a7095dc20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bertrand "Kamek" Bousquet <b.kamek@gmail.com>
pkgname=ntfd-bin
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="A lightweight notification daemon for fancy desktop integrations"
depends=('ttf-weather-icons')
@@ -11,8 +11,8 @@ license=("GPL")
provides=("ntfd")
source=("ntfd::${url}/releases/download/${pkgver}/ntfd-${arch}-unknown-linux-musl"
"config.toml::https://raw.githubusercontent.com/kamek-pf/ntfd/${pkgver}/config.toml")
-sha256sums=("3dba1f38f38772a23b2803782e245473c06fa8de8ffe33f08ebaed2d8666bc5d"
- "7d181f1c27ab95aa9b216dcac55aaffc3c92b3eb81ab60c6ab62fd8700b362f1")
+sha256sums=("a2afa7b550112fc805809b9859c4426d5d3478f85933bb9630d3ea8defc4f225"
+ "4d2c00c071efb810d1b4ec3e96652a27c1101000843b44ff1476a33ab62839f2")
package() {
install -Dm755 ntfd "${pkgdir}/usr/bin/ntfd"