summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Frankenau2016-03-02 22:31:21 +0100
committerJohannes Frankenau2016-03-02 22:31:21 +0100
commit63a4cdc0711b43a88c9fb175a83a17b7cf60a7c1 (patch)
tree559112a3d5a4cc7cb548161aed6726c0d307c8cd
parent077135015243f32669a66e9b33fdd335248ca84e (diff)
downloadaur-63a4cdc0711b43a88c9fb175a83a17b7cf60a7c1.tar.gz
Bump version to 0.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 594e5344dcf1..5e0e7c06ad58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Wed Mar 2 21:31:12 UTC 2016
pkgbase = rover
pkgdesc = Simple file browser for the terminal.
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/lecram/rover
arch = i686
arch = x86_64
license = custom:Public Domain
depends = ncurses
- source = https://github.com/lecram/rover/archive/v0.4.0.tar.gz
- sha256sums = f80c982cc7ebe873527f3725ec10a1288fecc8e5b5095d63415b6c261c10c2f4
+ source = https://github.com/lecram/rover/archive/v0.4.1.tar.gz
+ sha256sums = 4437321d37f3e552e8abd19ad3d391a4e08472b584179b45d3d1a3a5c24db57b
pkgname = rover
diff --git a/PKGBUILD b/PKGBUILD
index 059db85dd743..dba0aa5bc591 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=rover
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc='Simple file browser for the terminal.'
arch=('i686' 'x86_64')
@@ -7,7 +7,7 @@ url='https://github.com/lecram/rover'
license=('custom:Public Domain')
depends=('ncurses')
source=("https://github.com/lecram/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('f80c982cc7ebe873527f3725ec10a1288fecc8e5b5095d63415b6c261c10c2f4')
+sha256sums=('4437321d37f3e552e8abd19ad3d391a4e08472b584179b45d3d1a3a5c24db57b')
build() {
cd "$pkgname-$pkgver"