summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPig Monkey2020-03-04 19:33:47 -0800
committerPig Monkey2020-03-04 19:33:47 -0800
commit6288e60a19d6823f4d2fc0c8dec5140bdfa0aa48 (patch)
tree1f3fb9f008cb7125f2fd2e65e76529c685af01e8
parent47d7332e209b6ecb3348ede4a529e1dd127acd84 (diff)
downloadaur-6288e60a19d6823f4d2fc0c8dec5140bdfa0aa48.tar.gz
Unlicense is not custom
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8df54e32b3b..7106502860e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = monolith
url = https://github.com/Y2Z/monolith
arch = x86_64
arch = aarch64
- license = custom:Unlicese
+ license = Unlicense
makedepends = cargo
depends = openssl
source = monolith-2.1.1.tar.gz::https://github.com/Y2Z/monolith/archive/v2.1.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 069fb04f7a93..266fac285a2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='CLI to save web pages as single HTML files'
arch=(x86_64 aarch64)
url=https://github.com/Y2Z/monolith
-license=(custom:Unlicese)
+license=(Unlicense)
depends=(openssl)
makedepends=(cargo)
source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)