summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGötz Christ2017-01-01 12:21:21 -0500
committerGötz Christ2017-01-01 12:21:21 -0500
commit6a34399d6b8e24a02d322bd0aeac6556c42e39be (patch)
treebb034e43c213bc9ac39087b1c133d2e5a4e2fa57
parentd7461df4f01bda9c013d78a9e657df544dcb0e17 (diff)
downloadaur-6a34399d6b8e24a02d322bd0aeac6556c42e39be.tar.gz
Remove options from PKGBUILD, as it's a NOOP (default in makepkg.conf).
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f59258b6264..34c00f295bc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 1 17:15:46 UTC 2017
+# Sun Jan 1 17:19:08 UTC 2017
pkgbase = simple-mtpfs
pkgdesc = A FUSE filesystem that supports reading/writing from MTP devices
pkgver = 0.3.0
@@ -11,7 +11,6 @@ pkgbase = simple-mtpfs
depends = libmtp
depends = fuse
depends = gcc-libs
- options = strip
source = https://github.com/phatina/simple-mtpfs/archive/simple-mtpfs-0.3.0.tar.gz
sha1sums = 9bbb315a4cc1020cdffbfea969dbd3c7a364c42d
diff --git a/PKGBUILD b/PKGBUILD
index 39b5b0ebd092..f391f44a1c7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ arch=('i686' 'x86_64')
url="https://github.com/phatina/simple-mtpfs/"
license=('GPL2')
depends=('libmtp' 'fuse' 'gcc-libs')
-options=(strip)
source=(https://github.com/phatina/simple-mtpfs/archive/$pkgname-$pkgver.tar.gz)
sha1sums=('9bbb315a4cc1020cdffbfea969dbd3c7a364c42d')