summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas McFadzean2015-08-30 18:05:04 +0100
committerDouglas McFadzean2015-08-30 18:05:04 +0100
commitbbfdb1a20910c2bdd767a3f3611582a0032a9aa8 (patch)
treeda928d53dbf8535cc0f20e49bc1d54f45121b964
parent5d868e637aae8c6e5d406a2b13c8e8c14beafd98 (diff)
downloadaur-bbfdb1a20910c2bdd767a3f3611582a0032a9aa8.tar.gz
Update to 1.6.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fbeff525f0a..ddbbd0a1709a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ayr
pkgdesc = Manages menus of application launchers, either executables or desktop files. Also opens files and URLs with launchers, desktop files, or applications associated by name or mimetype.
- pkgver = 1.6.6
- pkgrel = 2
+ pkgver = 1.6.7
+ pkgrel = 1
url = http://mcfadzean.org.uk/appstogo/linux.html#ayr
install = ayr.install
arch = any
@@ -12,8 +12,8 @@ pkgbase = ayr
depends = file
optdepends = perl-file-mimeinfo: for better mimetype determination
optdepends = gxmessage: for previewing application file
- source = http://mcfadzean.org.uk/appstogo/dl/ayr/ayr-1.6.6.tar.gz
- md5sums = bea60f56af5ed227fc0ff35fdfbad390
+ source = http://mcfadzean.org.uk/appstogo/dl/ayr/ayr-1.6.7.tar.gz
+ md5sums = 7660c4466fc20eb065a7cefd89a9f7bb
pkgname = ayr
diff --git a/PKGBUILD b/PKGBUILD
index 9a850b0d6b54..b21d9415a27d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: ninian <mcfadzean.org.uk ta linux>
pkgname=ayr
-pkgver=1.6.6
-pkgrel=2
+pkgver=1.6.7
+pkgrel=1
pkgdesc="Manages menus of application launchers, either executables or desktop files. Also opens files and URLs with launchers, desktop files, or applications associated by name or mimetype."
arch=('any')
url="http://mcfadzean.org.uk/appstogo/linux.html#ayr"
@@ -11,7 +11,7 @@ depends=('bash' 'dmenu' 'libnotify' 'file')
optdepends=('perl-file-mimeinfo: for better mimetype determination' 'gxmessage: for previewing application file')
install=$pkgname.install
source=("http://mcfadzean.org.uk/appstogo/dl/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('bea60f56af5ed227fc0ff35fdfbad390')
+md5sums=('7660c4466fc20eb065a7cefd89a9f7bb')
package() {
cd "$srcdir/$pkgname-$pkgver"