summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b02462b68b0b..147a00004502 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Mon Oct 14 16:12:04 UTC 2019
+# Mon Oct 14 16:12:42 UTC 2019
pkgbase = o
pkgdesc = Small, fast and limited text editor
pkgver = 2.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xyproto/o
arch = x86_64
- license = MIT
+ license = BSD
makedepends = git
makedepends = gcc-go
source = git+https://github.com/xyproto/o#tag=2.4.1
diff --git a/PKGBUILD b/PKGBUILD
index 0901aa667f12..9007b7ecd574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=o
pkgver=2.4.1
-pkgrel=1
+pkgrel=2
pkgdesc='Small, fast and limited text editor'
arch=(x86_64)
url='https://github.com/xyproto/o'
-license=(MIT)
+license=(BSD)
makedepends=(git gcc-go)
source=("git+$url#tag=$pkgver")
sha256sums=('SKIP')