diff options
author | Gonzalo Exequiel Pedone | 2024-11-10 08:41:48 -0300 |
---|---|---|
committer | Gonzalo Exequiel Pedone | 2024-11-10 08:41:48 -0300 |
commit | 0962a9b7a6a6068be7dd456b9d2dec2f7816251b (patch) | |
tree | 32b56bf56fafef583051a14680a2c960a658d6fb | |
parent | 4175700363a335dd3e4a94cdd9bfeba8a585ff9b (diff) | |
download | aur-0962a9b7a6a6068be7dd456b9d2dec2f7816251b.tar.gz |
Package updated to 2.5.3.
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = android-aarch64-libtool pkgdesc = A generic library support script (Android aarch64) - pkgver = 2.5.2 + pkgver = 2.5.3 pkgrel = 1 url = https://www.gnu.org/software/libtool arch = any @@ -10,17 +10,17 @@ pkgbase = android-aarch64-libtool makedepends = help2man depends = android-ndk depends = tar - provides = android-aarch64-libltdl=2.5.2 + provides = android-aarch64-libltdl=2.5.3 conflicts = android-aarch64-libltdl replaces = android-aarch64-libltdl options = !strip options = !buildflags options = staticlibs options = !emptydirs - source = https://github.com/autotools-mirror/libtool/archive/refs/tags/v2.5.2.tar.gz + source = https://github.com/autotools-mirror/libtool/archive/refs/tags/v2.5.3.tar.gz source = gnulib.tar.gz::https://github.com/coreutils/gnulib/archive/refs/heads/master.tar.gz source = gnulib-bootstrap.tar.gz::https://github.com/gnulib-modules/bootstrap/archive/refs/heads/master.tar.gz - md5sums = 9d5c05fce71c72916ca32691ba2cd146 + md5sums = 166f51cc294505bda4318554d4038b30 md5sums = SKIP md5sums = SKIP @@ -4,7 +4,7 @@ _android_arch=aarch64 pkgname=android-${_android_arch}-libtool -pkgver=2.5.2 +pkgver=2.5.3 pkgrel=1 pkgdesc="A generic library support script (Android ${_android_arch})" arch=('any') @@ -22,7 +22,7 @@ options=(!strip !buildflags staticlibs !emptydirs) source=("https://github.com/autotools-mirror/libtool/archive/refs/tags/v${pkgver}.tar.gz" "gnulib.tar.gz::https://github.com/coreutils/gnulib/archive/refs/heads/master.tar.gz" "gnulib-bootstrap.tar.gz::https://github.com/gnulib-modules/bootstrap/archive/refs/heads/master.tar.gz") -md5sums=('9d5c05fce71c72916ca32691ba2cd146' +md5sums=('166f51cc294505bda4318554d4038b30' 'SKIP' 'SKIP') |