summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsekret2016-08-10 12:46:22 +0200
committersekret2016-08-10 12:46:22 +0200
commit2cbf34b06de0b30b36c082a5fbeaa56080a28360 (patch)
tree6dea6676f2b4df3aadc205cac3148ce747cff41d
parent2272d54cf16f26ca3faaea67ceb27ec966ab99fb (diff)
downloadaur-2cbf34b06de0b30b36c082a5fbeaa56080a28360.tar.gz
tiny correction
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 034e5c5a245f..49ed165d88e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Aug 10 10:41:58 UTC 2016
+# Wed Aug 10 10:46:22 UTC 2016
pkgbase = sndfile-tools
pkgdesc = a small collection of programs that use libsndfile and other libraries to do useful things
pkgver = 1.03
@@ -9,7 +9,6 @@ pkgbase = sndfile-tools
arch = x86_64
arch = armv6h
arch = armv7h
- arch = any
license = GPL2
depends = fftw
depends = cairo
diff --git a/PKGBUILD b/PKGBUILD
index 44ad4555d24b..c1281db3a512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=sndfile-tools
pkgver=1.03
pkgrel=1
pkgdesc="a small collection of programs that use libsndfile and other libraries to do useful things"
-arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'any')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://www.mega-nerd.com/libsndfile/tools"
license=('GPL2')
depends=('fftw' 'cairo' 'jack')