mirror of
https://aur.archlinux.org/libancient.git
synced 2024-12-03 16:37:16 +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
|
pkgbase = libancient
|
||||||
pkgdesc = Decompression routines for ancient formats
|
pkgdesc = Decompression routines for ancient formats
|
||||||
pkgver = 2.1.1
|
pkgver = 2.2.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/temisu/ancient/
|
url = https://github.com/temisu/ancient/
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -8,9 +8,9 @@ pkgbase = libancient
|
||||||
license = BSD-2-Clause
|
license = BSD-2-Clause
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = autoconf-archive
|
makedepends = autoconf-archive
|
||||||
provides = libancient=2.1.1
|
provides = libancient=2.2.0
|
||||||
conflicts = libancient-git
|
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
|
md5sums = SKIP
|
||||||
|
|
||||||
pkgname = libancient
|
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
|
_pkgbase=libancient
|
||||||
pkgname=${_pkgbase}
|
pkgname=${_pkgbase}
|
||||||
pkgver=2.1.1
|
pkgver=2.2.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Decompression routines for ancient formats"
|
pkgdesc="Decompression routines for ancient formats"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://github.com/temisu/ancient/"
|
url="https://github.com/temisu/ancient/"
|
||||||
license=('BSD-2-Clause')
|
license=('BSD-2-Clause')
|
||||||
|
|
||||||
conflicts=(${_pkgbase}-git)
|
|
||||||
provides=(${_pkgbase}=${pkgver})
|
provides=(${_pkgbase}=${pkgver})
|
||||||
|
|
||||||
#depends=('')
|
#depends=('')
|
||||||
|
|
Loading…
Reference in a new issue