summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2015-06-06 22:03:12 -0600
committerBrian Bidulock2015-06-10 16:19:49 -0600
commitaf643e3b90b1bba9eb65f644a8d4dd11480fe174 (patch)
treee0d651b9f3df39ba7edea59c183de3771750c410
parent02f795e42b95d748502aa3f423cde29f04b1698a (diff)
downloadaur-af643e3b90b1bba9eb65f644a8d4dd11480fe174.tar.gz
version 1.0.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3234af196d32..b3c56f2a816f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spacefm-gtk2
pkgdesc = Multi-panel tabbed file manager
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = http://ignorantguru.github.com/spacefm/
install = spacefm.install
@@ -20,8 +20,8 @@ pkgbase = spacefm-gtk2
optdepends = udisks2: mount as non-root user
provides = spacefm
conflicts = spacefm
- source = spacefm-1.0.1.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/1.0.1.tar.gz
- md5sums = 3665b0cf08dcbebefcc832afc19d613e
+ source = spacefm-1.0.2.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/1.0.2.tar.gz
+ md5sums = cef34680fc5b76d8aefc1efa5e4b8824
pkgname = spacefm-gtk2
diff --git a/PKGBUILD b/PKGBUILD
index a555d2edbda8..1eb298cb0327 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=spacefm-gtk2
_pkgname=spacefm
-pkgver=1.0.1
+pkgver=1.0.2
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=('3665b0cf08dcbebefcc832afc19d613e')
+md5sums=('cef34680fc5b76d8aefc1efa5e4b8824')
build() {
cd $_pkgname-$pkgver