summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSinTan17292022-06-17 23:04:43 -0500
committerSinTan17292022-06-17 23:04:43 -0500
commit71d9bcadf80f21fe4bc92bef0a1f206ec30f16e8 (patch)
tree51fb7d10e622bd0cedd557a795eacedfce9166fc
parent2a84bc3620f9e82bbe3f7cf300d3d11ed9098bc0 (diff)
downloadaur-71d9bcadf80f21fe4bc92bef0a1f206ec30f16e8.tar.gz
Fixed typo in the information
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 786409e3a2d8..815d5473af32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = sejda-console
pkgdesc = Shell interface for performing pdf manipulations
pkgver = 3.2.85
- pkgrel = 2
+ pkgrel = 3
url = www.sejda.org
arch = x86_64
- license = AGPLv3
+ license = AGPL3
depends = jre-openjdk-headless>=1.8
source = sejda-console-3.2.85.zip::https://github.com/torakiki/sejda/releases/download/v3.2.85/sejda-console-3.2.85-bin.zip
b2sums = fea4d2b75c2b4804d0e1b96b88608c60e2d83b34ef0a58361fd732c42f85939b8f459565244b197c2fd4d507ca973e32488069a4918294a13e633b06f367b7dd
diff --git a/PKGBUILD b/PKGBUILD
index 32d0dc55010d..5b0000a4b761 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
pkgname="sejda-console"
pkgver=3.2.85
-pkgrel=2
+pkgrel=3
pkgdesc="Shell interface for performing pdf manipulations"
arch=('x86_64')
url="www.sejda.org"
-license=('AGPLv3')
+license=('AGPL3')
depends=('jre-openjdk-headless>=1.8')
source=("$pkgname-$pkgver.zip::https://github.com/torakiki/sejda/releases/download/v$pkgver/$pkgname-$pkgver-bin.zip")
b2sums=('fea4d2b75c2b4804d0e1b96b88608c60e2d83b34ef0a58361fd732c42f85939b8f459565244b197c2fd4d507ca973e32488069a4918294a13e633b06f367b7dd')