summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel YC Lin2016-03-08 22:23:35 +0800
committerDaniel YC Lin2016-03-08 22:23:35 +0800
commitb075c26acd6c5980d60bf9f16eb9eee03c1669cf (patch)
treee8b6bca78546061db1e08298957e7c16224d0036
parented6f6ed7599d0b92efa30d0f675e28b8ca20639f (diff)
downloadaur-b075c26acd6c5980d60bf9f16eb9eee03c1669cf.tar.gz
fixed license array
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3636e1975513..0e2cf0aa5f3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bvi
pkgdesc = A display-oriented editor for binary files operate like 'vi' editor
pkgver = 1.4.0
- pkgrel = 2
+ pkgrel = 3
url = http://bvi.sourceforge.net
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9ed383fa954c..4766111941a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=bvi
pkgver=1.4.0
_pkgver=1.4.0
-pkgrel=2
+pkgrel=3
pkgdesc="A display-oriented editor for binary files operate like 'vi' editor"
url="http://bvi.sourceforge.net"
arch=(i686 x86_64)
depends=('ncurses')
-license="GPL"
+license=("GPL")
source=('http://downloads.sourceforge.net/sourceforge/bvi/'$pkgname-$_pkgver'.src.tar.gz')
build ()