summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ffcd4537705..2f03df5d16e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nulloy
pkgdesc = Music player with a waveform progress bar
- pkgver = 0.9.8
+ pkgver = 0.9.8.7
pkgrel = 1
url = http://nulloy.com/
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = nulloy
depends = zlib
optdepends = gst-plugins-bad: additional codecs
optdepends = gst-plugins-ugly: additional codecs
- source = https://github.com/nulloy/nulloy/releases/download/0.9.8/nulloy-0.9.8.tar.gz
- sha256sums = 889a48b9d43b3c2d71078e801d771a3c60977f8e8c00fdef07979413688a0104
+ source = https://github.com/nulloy/nulloy/releases/download/0.9.8.7/nulloy-0.9.8.7.tar.gz
+ sha256sums = b524cf137125a2466099567d037362fd638494e4920dcbad381dc8957dcb1843
pkgname = nulloy
diff --git a/PKGBUILD b/PKGBUILD
index d8393392da39..3c070f8a8a14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Hanabishi
# Contributor: Sergey Vlasov <sergey@vlasov.me>
pkgname=nulloy
-pkgver=0.9.8
+pkgver=0.9.8.7
pkgrel=1
pkgdesc='Music player with a waveform progress bar'
arch=(x86_64)
@@ -30,7 +30,7 @@ makedepends=('imagemagick'
optdepends=('gst-plugins-bad: additional codecs'
'gst-plugins-ugly: additional codecs')
source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('889a48b9d43b3c2d71078e801d771a3c60977f8e8c00fdef07979413688a0104')
+sha256sums=('b524cf137125a2466099567d037362fd638494e4920dcbad381dc8957dcb1843')
build() {
cd "$pkgname-$pkgver"