summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-05-08 17:09:33 -0600
committerBrian Bidulock2015-07-08 21:34:37 -0600
commitd21055e1fd0bdbd32ba6a9f09a918ef05f18b2f9 (patch)
treec8a0ed4039e27db3edf14506ad58dc268c93d5db
parent1440700a8570da0eff7078c1c4c5a49f07e6ccc2 (diff)
downloadaur-d21055e1fd0bdbd32ba6a9f09a918ef05f18b2f9.tar.gz
version 0.1-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c0c4029e1e4..aa224843e5d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
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 = 3
+ pkgrel = 2
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 65ae015b4fc6..2cc7da44d244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,16 @@
pkgname=automounter
pkgver=0.1
-pkgrel=3
+pkgrel=2
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')
+depends=('gvfs')
license=('GPL')
arch=('any')
-install=$pkgname.install
source=("mount-archive.desktop")
md5sums=('73890777b05aaa4e97c50e26c49cd7dc')
-package() {
+build() {
mkdir -p $pkgdir/usr/share/applications/
install $srcdir/mount-archive.desktop $pkgdir/usr/share/applications/
}