summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Vlasov2015-12-06 18:48:07 +0200
committerSergey Vlasov2015-12-06 18:48:07 +0200
commit80b24e262009346cd48513a8202b8c92648ad780 (patch)
treefa6981738417275835466cf5b9a99e5ca23c06ac
parent7b788ae6a642d3cb983f25e55fea0d04f7c36089 (diff)
downloadaur-80b24e262009346cd48513a8202b8c92648ad780.tar.gz
0.8.1 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f570f5c932a1..30b39f18c270 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nulloy
pkgdesc = Music Player with a Waveform Progress Bar
- pkgver = 0.8
- pkgrel = 2
+ pkgver = 0.8.1
+ pkgrel = 3
url = http://nulloy.com/
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = nulloy
depends = qt4
depends = gst-plugins-base
depends = taglib
- source = https://github.com/nulloy/nulloy/releases/download/0.8/nulloy-0.8.tar.gz
- md5sums = 4b6851307b5271d2837e7bc99b46e45c
+ source = https://github.com/nulloy/nulloy/releases/download/0.8.1/nulloy-0.8.1.tar.gz
+ md5sums = 7a3c1ec1473b52c311edd57aa0ab0c36
pkgname = nulloy
diff --git a/PKGBUILD b/PKGBUILD
index 66fd155ea13d..4ca252154e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Sergey Vlasov <sergey@vlasov.me>
pkgname=nulloy
-pkgver=0.8
-pkgrel=2
+pkgver=0.8.1
+pkgrel=3
pkgdesc="Music Player with a Waveform Progress Bar"
arch=('i686' 'x86_64')
url="http://nulloy.com/"
license=('GPLv3')
depends=('qt4' 'gst-plugins-base' 'taglib')
source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/${pkgname}-${pkgver}.tar.gz")
-md5sums=('4b6851307b5271d2837e7bc99b46e45c')
+md5sums=('7a3c1ec1473b52c311edd57aa0ab0c36')
build() {
cd "$srcdir/$pkgname-$pkgver"