summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortPenguinLTG2021-02-28 13:06:15 -0500
committerLukas Fleischer2021-02-28 13:06:15 -0500
commit370443ea8aeb193c5a3d46fb03c1bd6e46bca6fb (patch)
tree9e0549e2a4deb3def9e6ecfeeb5c4f4a17cef63f
parent5c802a9bf6fe7ca1c32c8ccae2b45ccc579c82fe (diff)
downloadaur-se.tar.gz
Correctly mark package as public domain
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74da09992bcf..24c796e48756 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = se
url = http://se-editor.org/
arch = i686
arch = x86_64
- license = custom
+ license = custom:public domain
depends = ncurses
source = http://se-editor.org/dist/se-3.0.1.tar.gz
md5sums = 1591fbb514729f846a4f12bdc45ee600
diff --git a/PKGBUILD b/PKGBUILD
index 0627abddaf79..9d16a1fe490c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="A screen oriented version of the classic UNIX text editor ed"
arch=('i686' 'x86_64')
url="http://se-editor.org/"
-license=('custom')
+license=('custom:public domain')
depends=('ncurses')
source=("http://se-editor.org/dist/$pkgname-$pkgver.tar.gz")
md5sums=('1591fbb514729f846a4f12bdc45ee600')