diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-31 20:34:27 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-31 20:34:27 +0000 |
commit | 94eca02376a622bd3da9259f79631bc9d8e39670 (patch) | |
tree | 391e7708be2ef59b8b57ad495034d670db02372b /community | |
parent | 20c1c922f89223ca2b89f2d7e73aff2476d3aef3 (diff) | |
download | aports-94eca02376a622bd3da9259f79631bc9d8e39670.tar.bz2 aports-94eca02376a622bd3da9259f79631bc9d8e39670.tar.xz |
community/atools: upgrade to v15.2
Diffstat (limited to 'community')
-rw-r--r-- | community/atools/APKBUILD | 8 | ||||
-rw-r--r-- | community/atools/escape-bare-underscore.patch | 13 |
2 files changed, 3 insertions, 18 deletions
diff --git a/community/atools/APKBUILD b/community/atools/APKBUILD index 1ad701b73e..4a4bde1b8f 100644 --- a/community/atools/APKBUILD +++ b/community/atools/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Kevin Daudt <kdaudt@alpinelinux.org> # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=atools -pkgver=15.1 +pkgver=15.2 pkgrel=0 pkgdesc="Auxilary scripts for abuild" url="https://github.com/maxice8/atools" @@ -11,8 +11,7 @@ depends="grep" makedepends="scdoc redo" checkdepends="bats" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/maxice8/atools/archive/$pkgver.tar.gz - escape-bare-underscore.patch" +source="$pkgname-$pkgver.tar.gz::https://github.com/maxice8/atools/archive/$pkgver.tar.gz" build() { redo build @@ -26,5 +25,4 @@ package() { DESTDIR="$pkgdir" redo install } -sha512sums="c56f3370d0fedc1df3d6e20bdf05f58046935d1b9238d963fa65edfc2acc6579b4122a1453428de2689c99f623d450ba0382318ae2f01e0956240bfbffa3f0de atools-15.1.tar.gz -5c85b9fe41210538647b277081cade8cc265f5e2a9f2d7e1707194d7afd2be5c3c56ab29e364a6af3ca6f2c4ccdbffe632e572303f52518a621af3bf990fd2d8 escape-bare-underscore.patch" +sha512sums="6aceadb7f3dd34669b6d4ed75773a4ef140a9aeb9e393ae04217de8b2e0a17df3ef55eb8ea06555f8f03f31b6aed3708efd1655ae454f777d810e705e2fe986c atools-15.2.tar.gz" diff --git a/community/atools/escape-bare-underscore.patch b/community/atools/escape-bare-underscore.patch deleted file mode 100644 index 86a229f515..0000000000 --- a/community/atools/escape-bare-underscore.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/alint.5.scd b/alint.5.scd.new -index efbd41745c..5df881665d 100644 ---- a/alint.5.scd -+++ b/alint.5.scd.new -@@ -278,7 +278,7 @@ Severity: Serious, Certainty: Certain - - ## _builddir-is-set [AL26] - --_builddir is set instead of builddir, which is an old variable from before builddir -+\_builddir is set instead of builddir, which is an old variable from before builddir - existed as a concept understood by abuild - - Severity: Serious, Certainty: Certain |