summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 055ffc13f246..fe0086000154 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,9 @@ pkgbase = vimpc-git
pkgver = v0.09.0.r59.g726538a
pkgrel = 1
url = https://github.com/boysetsfrog/vimpc
- arch = any
- license = GPL
+ arch = i686
+ arch = x86_64
+ license = GPL3
makedepends = git
makedepends = autoconf
makedepends = automake
diff --git a/PKGBUILD b/PKGBUILD
index 205db488ee41..b5c53b71a52f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@ pkgname=vimpc-git
pkgver=v0.09.0.r59.g726538a
pkgrel=1
pkgdesc="Client for mpd with vi-like key bindings"
-arch=('any')
+arch=('i686' 'x86_64')
url="https://github.com/boysetsfrog/vimpc"
-license=('GPL')
+license=('GPL3')
groups=()
depends=('libmpdclient'
'pcre'