summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfreswa2019-11-26 15:26:21 +0100
committerfreswa2019-11-26 15:26:21 +0100
commit5088315d03ecb9268c435667c44064a9d2795633 (patch)
tree5d26dc6f74f99c34cd97d6f47e12a75ede5745f6
parent964a11f7cd2b3e4bd81fbbb7350b113183cedd99 (diff)
downloadaur-5088315d03ecb9268c435667c44064a9d2795633.tar.gz
onivim2-git: add LICENSE
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1be8cc2e565..6fbeeb107d14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = onivim2-git
pkgdesc = Native, lightweight modal code editor
- pkgver = 581.343faecc
+ pkgver = 609.092487ec
pkgrel = 1
url = https://github.com/onivim/oni2
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index fe9b1e550801..5e032a323d13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Frederick Gnodtke <frederick@gnodtke.net>
pkgname=onivim2-git
-pkgver=581.343faecc
+pkgver=609.092487ec
pkgrel=1
pkgdesc='Native, lightweight modal code editor'
arch=('any')
@@ -45,6 +45,7 @@ check() {
package() {
install -dm755 "${pkgdir}"/opt/onivim2
install -dm755 "${pkgdir}"/usr/bin/
+ install -Dm644 ${pkgname}/Outrun-Labs-EULA-v1.1.md "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
cd ${pkgname}/_release/
install -Dm644 Onivim2.AppDir/usr/share/applications/Onivim2.desktop "${pkgdir}"/usr/share/applications/Onivim2.desktop