summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2016-09-13 15:46:07 +0800
committerJingbei Li2016-09-13 15:46:07 +0800
commit59664377211ed5df6c5bbe6af51d7dae576e890b (patch)
tree409ac549805c08c49c6b55b60867684347bd2ac9
parent7dbb1cd05b032446e34abc867d6eaf0f707ce7e9 (diff)
downloadaur-59664377211ed5df6c5bbe6af51d7dae576e890b.tar.gz
fix arch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38c7c409b7d5..3685d5066ccf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
# Generated by mksrcinfo v8
-# Sat Aug 27 14:52:37 UTC 2016
+# Tue Sep 13 07:46:03 UTC 2016
pkgbase = sptk
pkgdesc = A suite of speech signal processing tools.
pkgver = 3.9
- pkgrel = 1
+ pkgrel = 2
url = http://sp-tk.sourceforge.net/
- arch = any
+ arch = x86_64
license = BSD
makedepends = tcsh
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 533bd485b9e6..6f85f06a699f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=sptk
pkgver=3.9
-pkgrel=1
+pkgrel=2
pkgdesc="A suite of speech signal processing tools."
-arch=('any')
+arch=('x86_64')
url="http://sp-tk.sourceforge.net/"
license=('BSD')
depends=('glibc')