summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Shpilkin2020-12-27 02:57:47 +0300
committerAlexander Shpilkin2020-12-27 02:57:47 +0300
commit87f10a6bf252712ac5bd19e8dd6967aade167006 (patch)
tree34c5f1ed03f0a12e8a7934e1e4196782b888cd7e
parent7e907f9ef2b17ca011005961df47c3b43b691a76 (diff)
downloadaur-87f10a6bf252712ac5bd19e8dd6967aade167006.tar.gz
Fix stale .SRCINFO and license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9ccb14ff5b7..033700743674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,12 @@ pkgbase = uacme
url = https://github.com/ndilieto/uacme/
arch = i686
arch = x86_64
- license = GPL
+ license = GPL3
makedepends = asciidoc
+ makedepends = libev
depends = curl
depends = gnutls
+ optdepends = libev: ualpn
source = uacme-1.6.tar.gz::https://github.com/ndilieto/uacme/archive/v1.6.tar.gz
sha256sums = 1f3282e659d1486105e2f10150a88aa338be9c644ecd817a0cca5a4a9dae990f
diff --git a/PKGBUILD b/PKGBUILD
index 09ac46b66149..20a103b7c0d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://github.com/ndilieto/uacme/'
makedepends=('asciidoc' 'libev')
depends=('curl' 'gnutls')
optdepends=('libev: ualpn')
-license=('GPL')
+license=('GPL3')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ndilieto/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('1f3282e659d1486105e2f10150a88aa338be9c644ecd817a0cca5a4a9dae990f') # not upstream