summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2016-02-28 01:11:19 -0700
committerBrian Bidulock2016-02-28 01:11:19 -0700
commit10d3e51d5e59fd15aa4334b2cb8951f0d7c9e9b6 (patch)
tree4d8c2253ea8c1c60d86bcf8f03fea64a6968a784
parentaf643e3b90b1bba9eb65f644a8d4dd11480fe174 (diff)
downloadaur-10d3e51d5e59fd15aa4334b2cb8951f0d7c9e9b6.tar.gz
version 1.0.5-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3c56f2a816f..df1c1418c2de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Feb 28 08:10:52 UTC 2016
pkgbase = spacefm-gtk2
pkgdesc = Multi-panel tabbed file manager
- pkgver = 1.0.2
+ pkgver = 1.0.5
pkgrel = 1
url = http://ignorantguru.github.com/spacefm/
install = spacefm.install
@@ -20,8 +22,8 @@ pkgbase = spacefm-gtk2
optdepends = udisks2: mount as non-root user
provides = spacefm
conflicts = spacefm
- source = spacefm-1.0.2.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/1.0.2.tar.gz
- md5sums = cef34680fc5b76d8aefc1efa5e4b8824
+ source = spacefm-1.0.5.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/1.0.5.tar.gz
+ md5sums = 634763f4d3886a00088e06a4295982b2
pkgname = spacefm-gtk2
diff --git a/PKGBUILD b/PKGBUILD
index 1eb298cb0327..71c7a281b258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=spacefm-gtk2
_pkgname=spacefm
-pkgver=1.0.2
+pkgver=1.0.5
pkgrel=1
pkgdesc='Multi-panel tabbed file manager'
arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@ optdepends=('lsof: device processes'
'udevil: mount as non-root user and mount networks'
'udisks2: mount as non-root user')
source=($_pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
-md5sums=('cef34680fc5b76d8aefc1efa5e4b8824')
+md5sums=('634763f4d3886a00088e06a4295982b2')
build() {
cd $_pkgname-$pkgver