diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-01-20 23:04:21 +0100 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2020-01-21 02:08:56 +0100 |
commit | 2a331fd863ea46329379e915326583a749b31900 (patch) | |
tree | 128659720d45bdcf13b3da5b52bc15f5e68340c5 /community/patchwork | |
parent | 5321c191068b27490544a78a5b408b28bdecdbad (diff) | |
download | aports-2a331fd863ea46329379e915326583a749b31900.tar.bz2 aports-2a331fd863ea46329379e915326583a749b31900.tar.xz |
community/patchwork: upgrade to 2.1.5
Diffstat (limited to 'community/patchwork')
-rw-r--r-- | community/patchwork/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/patchwork/APKBUILD b/community/patchwork/APKBUILD index bbed83733b..0fdaacabf1 100644 --- a/community/patchwork/APKBUILD +++ b/community/patchwork/APKBUILD @@ -1,8 +1,8 @@ # Con#tributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=patchwork -pkgver=2.1.4 -pkgrel=1 +pkgver=2.1.5 +pkgrel=0 pkgdesc="Web-based patch tracking system" url="https://github.com/getpatchwork/patchwork" arch="noarch" @@ -83,12 +83,12 @@ postgresql() { pwclient() { pkgdesc="command-line client for patchwork" - depends="python2" + depends="python3" install -Dm775 "$pkgdir"/usr/share/webapps/patchwork/patchwork/bin/pwclient \ "$subpkgdir"/usr/bin/pwclient } -sha512sums="e15e1b2b9d386d98f74d55efcc805ecad827be40610c993245d3ac13d04b655a264bf0ebe7ec83b929db52059a9dd13c49bd56676a5c1d2f25d965b310bccfb0 patchwork-2.1.4.tar.gz +sha512sums="4283301859707ea871e4d7b21c687afc4c6d6383b657d456c90fd8cc559489c17210f5f3147b8d0b18dd9f9e2ffcc24948fd6d9204bac0e10ffe0097e4e3f826 patchwork-2.1.5.tar.gz 1721531735c02d2f3d0241341ffe4620c66771cf99fb9b597156bcc3b19b5cdfd17835d4e79f2fdfef33c1f3bf13444174b3fb0c9363520574918d924dae454c dependencies-fix.patch 5facc2c2620b2d614011bcdc06bb481fb1481c79333579e5a7fa5b8bc4f97d1651cc8c4632a5e150b62674d64c00345341229319f1edb2016721868e84146826 0001-support-busybox-readlink.patch f6d3590b3ac53797e0ae25fe50ab0935608be5ded44665599cbc91e93558895eddc6a7a717153d81fc194b314d7854686577ef5ecf9e0302b7824ce3b3863f7b 0002-remove-uneeded-bashism-from-tools-and-change-path.patch |