summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-05-06 17:37:12 -0300
committerDaniel Bermond2017-05-06 17:37:12 -0300
commit045409500f84e783da674f7e6e4c0ecd169c64a3 (patch)
tree03507af46221b31b8e327df80bec3b3792a79498
parent009d314757e12846453931d48db8bf1d5a6608fd (diff)
downloadaur-045409500f84e783da674f7e6e4c0ecd169c64a3.tar.gz
arch: changed to any
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e71043a7586..3fa13fcb88b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Sun Feb 12 23:50:29 UTC 2017
+# Sat May 6 20:37:06 UTC 2017
pkgbase = screencast-git
pkgdesc = Command line interface to record a X11 desktop (Git version)
pkgver = 1.0.0.r0.g4e6a153
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bermond/screencast/
- arch = i686
- arch = x86_64
+ arch = any
license = GPL2
depends = ffmpeg
optdepends = bc: fade effect support
diff --git a/PKGBUILD b/PKGBUILD
index 078192c97fe9..cb135bc8329b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_srcname=screencast
pkgname=screencast-git
pkgver=1.0.0.r0.g4e6a153
-pkgrel=1
+pkgrel=2
pkgdesc="Command line interface to record a X11 desktop (Git version)"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/bermond/screencast/"
license=('GPL2')
depends=('ffmpeg')