apatch: upgrade to 1.4.0
This commit is contained in:
parent
46155cc06e
commit
8e00d3d8d4
1 changed files with 4 additions and 4 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
pkgname=apatch
|
pkgname=apatch
|
||||||
pkgver=1.3.4
|
pkgver=1.4.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="make aports patches easier"
|
pkgdesc="make aports patches easier"
|
||||||
url="https://git.ddd.rip/ptrcnull/apatch"
|
url="https://git.ddd.rip/ptrcnull/apatch"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
depends="abuild wiggle"
|
depends="abuild wiggle"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://git.ddd.rip/ptrcnull/apatch/archive/v$pkgver.tar.gz"
|
source="https://git.ptrc.gay/ptrcnull/apatch/-/archive/v$pkgver/apatch-v$pkgver.tar.gz"
|
||||||
builddir="$srcdir/$pkgname"
|
|
||||||
options="!check" # wow nice tests
|
options="!check" # wow nice tests
|
||||||
|
builddir="$srcdir/$pkgname-v$pkgver"
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 apatch -t "$pkgdir"/usr/bin
|
install -Dm755 apatch -t "$pkgdir"/usr/bin
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
f568bbb6f926cc72d0b8238e1ea833bdbd021171c8750849cb9edb417d0a4e9ab4e0de6dbf8179beaa54dfe625ec92edd7c4b3ccbbf95ae2de8a17f6eadcbc93 apatch-1.3.4.tar.gz
|
70425c1422880fdf45adb4a5a8b7f37b60bcbced9fc2e96c4962d3e94e4f4e5b9ebf8c1aa0f1328822de114b4b66f67ecfba5cdeb6f022995ed0a38204a233b1 apatch-v1.4.0.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue