summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2015-07-08 21:34:26 -0600
committerBrian Bidulock2015-07-08 21:34:38 -0600
commit2c32dbe2e7dbe63c968ba2b08a12d362d236eaa1 (patch)
tree9b5a5d342f6afea53356e5ffae951659ae5a3431
parentd21055e1fd0bdbd32ba6a9f09a918ef05f18b2f9 (diff)
downloadaur-2c32dbe2e7dbe63c968ba2b08a12d362d236eaa1.tar.gz
version 0.1-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa224843e5d1..0c0c4029e1e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
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 = 2
+ pkgrel = 3
url = https://bbs.archlinux.org/viewtopic.php?pid=606881
+ install = automounter.install
arch = any
license = GPL
depends = gvfs
+ depends = desktop-file-utils
source = mount-archive.desktop
md5sums = 73890777b05aaa4e97c50e26c49cd7dc
diff --git a/PKGBUILD b/PKGBUILD
index 2cc7da44d244..65ae015b4fc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
pkgname=automounter
pkgver=0.1
-pkgrel=2
+pkgrel=3
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')
+depends=('gvfs' 'desktop-file-utils')
license=('GPL')
arch=('any')
+install=$pkgname.install
source=("mount-archive.desktop")
md5sums=('73890777b05aaa4e97c50e26c49cd7dc')
-build() {
+package() {
mkdir -p $pkgdir/usr/share/applications/
install $srcdir/mount-archive.desktop $pkgdir/usr/share/applications/
}