summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e0e7c06ad58..2df3e67ecbb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Wed Mar 2 21:31:12 UTC 2016
pkgbase = rover
pkgdesc = Simple file browser for the terminal.
- pkgver = 0.4.1
+ pkgver = 0.4.2
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.1.tar.gz
- sha256sums = 4437321d37f3e552e8abd19ad3d391a4e08472b584179b45d3d1a3a5c24db57b
+ source = https://github.com/lecram/rover/archive/v0.4.2.tar.gz
+ sha256sums = 2e3521487ccae06e38be40e182a0f1ddcbbe395474e47753fbdcae02d25f03a7
pkgname = rover
diff --git a/PKGBUILD b/PKGBUILD
index dba0aa5bc591..68663b691a9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=rover
-pkgver=0.4.1
+pkgver=0.4.2
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=('4437321d37f3e552e8abd19ad3d391a4e08472b584179b45d3d1a3a5c24db57b')
+sha256sums=('2e3521487ccae06e38be40e182a0f1ddcbbe395474e47753fbdcae02d25f03a7')
build() {
cd "$pkgname-$pkgver"