1
0
Fork 0
mirror of https://aur.archlinux.org/libancient.git synced 2024-10-18 11:22:57 +00:00

Update to 2.2.0

- Bump to libancient 2.2.0
- Update PKGBUILD attribution
This commit is contained in:
Xavier Moffett 2024-10-11 16:48:27 -04:00
parent b5b2f564b1
commit 6ba9db3c54
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC
2 changed files with 5 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = libancient
pkgdesc = Decompression routines for ancient formats
pkgver = 2.1.1
pkgver = 2.2.0
pkgrel = 1
url = https://github.com/temisu/ancient/
arch = i686
@ -8,9 +8,9 @@ pkgbase = libancient
license = BSD-2-Clause
makedepends = git
makedepends = autoconf-archive
provides = libancient=2.1.1
provides = libancient=2.2.0
conflicts = libancient-git
source = libancient::git+https://github.com/temisu/ancient.git#tag=v2.1.1
source = libancient::git+https://github.com/temisu/ancient.git#tag=v2.2.0
md5sums = SKIP
pkgname = libancient

View file

@ -1,15 +1,13 @@
# Maintainer: Xavier (sapphirus at azorium dot net)
# Maintainer: Xavier Moffett (sapphirus at azorium dot net)
_pkgbase=libancient
pkgname=${_pkgbase}
pkgver=2.1.1
pkgver=2.2.0
pkgrel=1
pkgdesc="Decompression routines for ancient formats"
arch=('i686' 'x86_64')
url="https://github.com/temisu/ancient/"
license=('BSD-2-Clause')
conflicts=(${_pkgbase}-git)
provides=(${_pkgbase}=${pkgver})
#depends=('')