summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas McFadzean2015-09-14 17:29:49 +0100
committerDouglas McFadzean2015-09-14 17:29:49 +0100
commit508f25114a1a394535ee578bb2f428546724eefb (patch)
treeeca1d58d7f9fd593a68f13e97e56562f2b066da9
parentbbfdb1a20910c2bdd767a3f3611582a0032a9aa8 (diff)
downloadaur-ayr.tar.gz
Update to 1.6.7-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddbbd0a1709a..85bb988beca7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
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.7
- pkgrel = 1
- url = http://mcfadzean.org.uk/appstogo/linux.html#ayr
+ pkgrel = 2
+ url = http://appstogo.mcfadzean.org.uk/linux.html#ayr
install = ayr.install
arch = any
license = custom:MPL2
@@ -12,7 +12,7 @@ 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.7.tar.gz
+ source = http://appstogo.mcfadzean.org.uk/dl/ayr/ayr-1.6.7.tar.gz
md5sums = 7660c4466fc20eb065a7cefd89a9f7bb
pkgname = ayr
diff --git a/PKGBUILD b/PKGBUILD
index b21d9415a27d..fb3678b71c79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=ayr
pkgver=1.6.7
-pkgrel=1
+pkgrel=2
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"
+url="http://appstogo.mcfadzean.org.uk/linux.html#ayr"
license=('custom:MPL2')
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")
+source=("http://appstogo.mcfadzean.org.uk/dl/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('7660c4466fc20eb065a7cefd89a9f7bb')
package() {