summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Kuntze2018-04-14 13:03:13 +0200
committerNoel Kuntze2018-04-14 13:03:13 +0200
commite1d88c51b0727fd2f7a8dce58ba9f9f20d06cb72 (patch)
treee5333be17e7164397bc6b651afa1b12e024c8e0a
parent0d8a34694486a46bb33df19d13f4dfb022cd69af (diff)
downloadaur-e1d88c51b0727fd2f7a8dce58ba9f9f20d06cb72.tar.gz
Change license to MIT
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daeb34deb4e7..0a4b70486c9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Mon Apr 9 15:17:54 UTC 2018
+# Sat Apr 14 11:03:04 UTC 2018
pkgbase = bsearch
pkgdesc = Utility for binary searching a sorted file for lines that start with the search key
pkgver = 1.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jamesridgway/bsearch
arch = x86_64
- license = GPL
+ license = MIT
makedepends = go
source = bsearch-1.0.2.tar.gz::https://github.com/jamesridgway/bsearch/archive/1.0.2.tar.gz
sha256sums = 4520918349e6f82d8f0c1586d2fdf3dfe9b1300a6f7d68faa5180454739d53f7
diff --git a/PKGBUILD b/PKGBUILD
index 0707f60d7e02..9d92c020e9c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Noel Kuntze <noel@familie-kuntze.de>
pkgname=bsearch
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Utility for binary searching a sorted file for lines that start with the search key"
arch=('x86_64')
url="https://github.com/jamesridgway/bsearch"
-license=('GPL')
+license=('MIT')
makedepends=(go)
source=("$pkgname-$pkgver.tar.gz::https://github.com/jamesridgway/bsearch/archive/${pkgver}.tar.gz")
sha256sums=('4520918349e6f82d8f0c1586d2fdf3dfe9b1300a6f7d68faa5180454739d53f7')