summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraksr2021-04-10 06:08:31 +0200
committeraksr2021-04-10 06:08:31 +0200
commitbf65f06d49c86e0a85f30c15e6951519c0f1b519 (patch)
tree91f08b29203b5728c64c81008b0c9b810e6a30ed /PKGBUILD
parentffd04b91d09f388b75c4366e5fd2f1368f58bb72 (diff)
downloadaur-vx32-git.tar.gz
Change license to MIT.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8056eb11b97..5580668e3656 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=vx32-git
-pkgver=r367.f8e6c94
+pkgver=r371.c847824
pkgrel=1
-pkgdesc="Portable, efficient, safe execution of untrusted x86 code."
+pkgdesc='Portable, efficient, safe execution of untrusted x86 code.'
arch=('i686' 'x86_64')
-url="https://github.com/0intro/vx32"
-license=('LGPL' 'BSD' 'LPL')
+url='https://github.com/9fans/vx32'
+license=('MIT' 'LGPL')
makedepends=('git')
-provides=('vx32')
-install=vx32-git.install
-source=("$pkgname::git+https://github.com/0intro/vx32")
+provides=("${pkgname%-*}")
+install="${pkgname}.install"
+source=("$pkgname::git+$url")
md5sums=('SKIP')
pkgver() {