summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kasak2015-07-29 13:14:40 +0200
committerDenis Kasak2015-07-29 13:14:40 +0200
commit9d6a5c591795c12ccc524d152b8388d131980a4b (patch)
tree471393ab4d9308a2b05470d1a4886fcf3af60a87
parentfbce050476bb78fd805de46530f44afad2a52d05 (diff)
downloadaur-9d6a5c591795c12ccc524d152b8388d131980a4b.tar.gz
More precise licence and arch.
-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'