1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

upgpkg: trang 20220510-1

upstream release
This commit is contained in:
2022-05-10 22:36:28 +02:00
parent 59098fa1df
commit 8d0524a979
2 changed files with 7 additions and 9 deletions

View File

@@ -1,19 +1,18 @@
pkgbase = trang
pkgdesc = Converts between different schema languages for XML
pkgver = 20181222
pkgver = 20220510
pkgrel = 1
url = https://github.com/relaxng/jing-trang
arch = any
license = custom
depends = java-runtime
depends = bash
source = https://github.com/relaxng/jing-trang/releases/download/V20181222/trang-20181222.zip
source = https://github.com/relaxng/jing-trang/releases/download/V20181222/trang-20181222.zip.asc
source = https://github.com/relaxng/jing-trang/releases/download/V20220510/trang-20220510.zip
source = https://github.com/relaxng/jing-trang/releases/download/V20220510/trang-20220510.zip.asc
source = trang
validpgpkeys = D4875856415E63964D87445187D17477BC3A4B95
sha1sums = 56971f0e32156ed7ec608d5ffd0947b8c0b2519c
sha1sums = 386d43b5c141c27bcc3bd44ccb91fe209aedaa16
sha1sums = SKIP
sha1sums = 12e0dc12ff808162eb8bcedde3b55b3e5ea4119a
pkgname = trang

View File

@@ -3,7 +3,7 @@
pkgname=trang
_pkgname=jing-trang
pkgver=20181222
pkgver=20220510
pkgrel=1
pkgdesc="Converts between different schema languages for XML"
url="https://github.com/relaxng/jing-trang"
@@ -12,13 +12,12 @@ license=('custom')
depends=(java-runtime bash)
validpgpkeys=('D4875856415E63964D87445187D17477BC3A4B95')
source=(
"https://github.com/relaxng/${_pkgname}/releases/download/V${pkgver}/${pkgname}-${pkgver}.zip"
"https://github.com/relaxng/${_pkgname}/releases/download/V${pkgver}/${pkgname}-${pkgver}.zip.asc"
"https://github.com/relaxng/${_pkgname}/releases/download/V${pkgver}/${pkgname}-${pkgver}.zip"{,.asc}
trang
)
# Upstream provides sha1sums, so that's what we use.
sha1sums=('56971f0e32156ed7ec608d5ffd0947b8c0b2519c'
sha1sums=('386d43b5c141c27bcc3bd44ccb91fe209aedaa16'
'SKIP'
'12e0dc12ff808162eb8bcedde3b55b3e5ea4119a')