summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-07-22 00:07:59 +0200
committerNarrat2020-07-22 00:07:59 +0200
commitafc7bfe63c0e3fedd06cb752d430b5227b1031c2 (patch)
tree97a2e75e7a6074c2e211f1ef31d3ef480d716887
parentc2063af0fcf4e16eb3b4701973afc32ecfaae6ee (diff)
downloadaur-afc7bfe63c0e3fedd06cb752d430b5227b1031c2.tar.gz
havoc: license
Just seems to be MIT
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9da83e5cb02a..3ff45e256d6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = havoc
- pkgdesc = minimal terminal emulator for Wayland on Linux.
+ pkgdesc = minimal terminal emulator for Wayland on Linux
pkgver = 0.3.1
pkgrel = 1
url = https://github.com/ii8/havoc
arch = x86_64
license = MIT
- license = custom
makedepends = wayland-protocols
depends = wayland
source = havoc-0.3.1.tar.gz::https://github.com/ii8/havoc/archive/0.3.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a0ff3c9c37e7..8db643667da3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=havoc
pkgver=0.3.1
pkgrel=1
-pkgdesc='minimal terminal emulator for Wayland on Linux.'
+pkgdesc='minimal terminal emulator for Wayland on Linux'
arch=(x86_64)
url='https://github.com/ii8/havoc'
-license=('MIT' 'custom')
+license=('MIT')
depends=('wayland')
makedepends=('wayland-protocols')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ii8/havoc/archive/${pkgver}.tar.gz)