summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGötz Christ2017-01-01 12:16:23 -0500
committerGötz Christ2017-01-01 12:16:23 -0500
commitd7461df4f01bda9c013d78a9e657df544dcb0e17 (patch)
tree45dcd2aa4bfc65745d8e7c087e49deec82f89af1
parentaf3e37c67d696d9c532f930840102373b9f0fa60 (diff)
downloadaur-d7461df4f01bda9c013d78a9e657df544dcb0e17.tar.gz
Update to 0.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7687598849b1..4f59258b6264 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Jan 1 17:15:46 UTC 2017
pkgbase = simple-mtpfs
pkgdesc = A FUSE filesystem that supports reading/writing from MTP devices
- pkgver = 0.2
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/phatina/simple-mtpfs/
arch = i686
@@ -10,8 +12,8 @@ pkgbase = simple-mtpfs
depends = fuse
depends = gcc-libs
options = strip
- source = https://github.com/phatina/simple-mtpfs/archive/simple-mtpfs-0.2.tar.gz
- md5sums = 7dd93d869b26ebf3b630cd7c0bdd8e32
+ source = https://github.com/phatina/simple-mtpfs/archive/simple-mtpfs-0.3.0.tar.gz
+ sha1sums = 9bbb315a4cc1020cdffbfea969dbd3c7a364c42d
pkgname = simple-mtpfs
diff --git a/PKGBUILD b/PKGBUILD
index 905f7ea990ff..39b5b0ebd092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
+# Maintainer: goetzc
# Contributor: Dan Liew <dan at su-root dot co dot uk>
pkgname=simple-mtpfs
-pkgver=0.2
+pkgver=0.3.0
pkgrel=1
pkgdesc="A FUSE filesystem that supports reading/writing from MTP devices"
arch=('i686' 'x86_64')
@@ -9,7 +10,7 @@ license=('GPL2')
depends=('libmtp' 'fuse' 'gcc-libs')
options=(strip)
source=(https://github.com/phatina/simple-mtpfs/archive/$pkgname-$pkgver.tar.gz)
-md5sums=('7dd93d869b26ebf3b630cd7c0bdd8e32')
+sha1sums=('9bbb315a4cc1020cdffbfea969dbd3c7a364c42d')
build() {
cd "$srcdir/$pkgname-$pkgname-$pkgver"