summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrrossum2016-02-05 16:07:03 -0600
committerdrrossum2016-02-05 16:07:03 -0600
commit1737c6cc4376d745193fa8db33a944b3041f7e0c (patch)
treeb01283a96be0dc815b00b20fb1469034bed5ffc8
parent0b0e713f8c181815b3e17d4926a693d5660eb041 (diff)
downloadaur-1737c6cc4376d745193fa8db33a944b3041f7e0c.tar.gz
change arch to any
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34439e320a9b..33f801c5b130 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
+# Generated by mksrcinfo v8
+# Fri Feb 5 22:06:14 UTC 2016
pkgbase = get_flash_videos
pkgdesc = Download flash videos from a web page
pkgver = 1.24
pkgrel = 1
url = http://code.google.com/p/get-flash-videos/
- arch = i686
- arch = x86_64
+ arch = any
license = Apache
depends = perl-www-mechanize
depends = perl-xml-simple
diff --git a/PKGBUILD b/PKGBUILD
index 8b388d7b67ea..5b1a6b9373a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=get_flash_videos
pkgver=1.24
pkgrel=1
pkgdesc="Download flash videos from a web page"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://code.google.com/p/get-flash-videos/"
license=('Apache')
depends=('perl-www-mechanize' 'perl-xml-simple')