summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a9e73e34e35..93c565202fee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = weechat-notify-send
pkgdesc = A WeeChat script that sends highlight and message notifications through notify-send
- pkgver = 0.9
- pkgrel = 6
+ pkgver = 0.10
+ pkgrel = 1
url = https://github.com/s3rvac/weechat-notify-send
install = weechat-notify-send.install
arch = any
@@ -9,8 +9,7 @@ pkgbase = weechat-notify-send
depends = libnotify
depends = python
depends = weechat
- source = weechat-notify-send_0.9.tar.gz::https://github.com/s3rvac/weechat-notify-send/archive/v0.9.tar.gz
- sha512sums = 108c094ab9080581284255bd7c9aa8f4d9dcb836b91a082c21370810b60eabbc8825d37deffa651d650d24427fdf45233d08b5225c710e7e63450cda45f9c1f1
+ source = weechat-notify-send_0.10.tar.gz::https://github.com/s3rvac/weechat-notify-send/archive/v0.10.tar.gz
+ sha512sums = 8c52061b52976f9619899288b1d831d5da6d333eaf3c9950f3bde4cce2dc8650517c420d3518597bc04e44a3154a44038a153a59a598d8cae5b2f9c066ca87e8
pkgname = weechat-notify-send
-
diff --git a/PKGBUILD b/PKGBUILD
index b8d48ecca8e9..c781413f0336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# https://github.com/sudoforge/pkgbuilds
pkgname=weechat-notify-send
-pkgver=0.9
-pkgrel=6
+pkgver=0.10
+pkgrel=1
pkgdesc="A WeeChat script that sends highlight and message notifications through notify-send"
url='https://github.com/s3rvac/weechat-notify-send'
arch=('any')
@@ -17,7 +17,7 @@ depends=(
)
install=$pkgname.install
source=("${pkgname}_${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('108c094ab9080581284255bd7c9aa8f4d9dcb836b91a082c21370810b60eabbc8825d37deffa651d650d24427fdf45233d08b5225c710e7e63450cda45f9c1f1')
+sha512sums=('8c52061b52976f9619899288b1d831d5da6d333eaf3c9950f3bde4cce2dc8650517c420d3518597bc04e44a3154a44038a153a59a598d8cae5b2f9c066ca87e8')
package() {
cd "$srcdir/$pkgname-$pkgver"