summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-07-20 10:23:59 -0600
committerBrian Bidulock2018-07-20 10:23:59 -0600
commitfbdd72acf0c46ddd3889a44c3af2fc6dac8cc39f (patch)
treef5831490018a475406f141b2b6e7885c8e860d89
parented85821a552fe8bef36cfcfbb140ea20016c1129 (diff)
downloadaur-fbdd72acf0c46ddd3889a44c3af2fc6dac8cc39f.tar.gz
different location
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--mount-archive.desktop2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8effc56dd94f..e7240f74a6ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = automounter
pkgdesc = This is a link to gvfs-archive that will allow automounting of ISOs and other files, UBUNTU/FEDORA style
pkgver = 0.1
- pkgrel = 4
+ pkgrel = 5
url = https://bbs.archlinux.org/viewtopic.php?pid=606881
arch = any
license = GPL
depends = gvfs
depends = desktop-file-utils
source = mount-archive.desktop
- md5sums = 73890777b05aaa4e97c50e26c49cd7dc
+ md5sums = a73c57514b3d055d4fec90ee20aa8efc
pkgname = automounter
diff --git a/PKGBUILD b/PKGBUILD
index d1f5956c28ba..a1de0a534654 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=automounter
pkgver=0.1
-pkgrel=4
+pkgrel=5
pkgdesc="This is a link to gvfs-archive that will allow automounting of ISOs and other files, UBUNTU/FEDORA style"
url="https://bbs.archlinux.org/viewtopic.php?pid=606881"
depends=('gvfs' 'desktop-file-utils')
license=('GPL')
arch=('any')
source=("mount-archive.desktop")
-md5sums=('73890777b05aaa4e97c50e26c49cd7dc')
+md5sums=('a73c57514b3d055d4fec90ee20aa8efc')
package() {
mkdir -p $pkgdir/usr/share/applications/
diff --git a/mount-archive.desktop b/mount-archive.desktop
index 3fd57ae1fc72..d8fff96a02f5 100644
--- a/mount-archive.desktop
+++ b/mount-archive.desktop
@@ -2,7 +2,7 @@
Encoding=UTF-8
Name=Archive Mounter
Icon=gtk-cdrom
-Exec=/usr/lib/gvfs/gvfsd-archive file=%u
+Exec=/usr/lib/gvfsd-archive file=%u
MimeType=application/x-cd-image;application/x-bzip-compressed-tar;application/x-compressed-tar;application/x-tar;application/x-cpio;application/zip;
Terminal=false
StartupNotify=false