mirror of
https://aur.archlinux.org/libancient.git
synced 2024-11-21 03:36:27 +00:00
Update to 2.2.0
- Bump to libancient 2.2.0 - Update PKGBUILD attribution
This commit is contained in:
parent
b5b2f564b1
commit
6ba9db3c54
2 changed files with 5 additions and 7 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -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
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -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=('')
|
||||
|
|
Loading…
Reference in a new issue