Date: Wednesday, February 5, 2020 @ 22:34:57 Author: arodseth Revision: 563547
upgpkg: plan9port 20200205-1 Modified: plan9port/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-05 21:58:48 UTC (rev 563546) +++ PKGBUILD 2020-02-05 22:34:57 UTC (rev 563547) @@ -4,7 +4,7 @@ # Contributor: Chris Brannon <[email protected]> pkgname=plan9port -pkgver=20190923 +pkgver=20200205 pkgrel=1 pkgdesc='Ports of applications from Plan 9' arch=(x86_64) @@ -12,11 +12,10 @@ license=(custom) depends=(fontconfig fuse2 libxt xorg-server) makedepends=(gendesk git) -optdepends=('python2: for the codereview script') provides=(plan9) install=plan9.install options=(staticlibs !zipman) -source=("git+https://github.com/9fans/plan9port.git#commit=715807d706cd13bc583588477a84090fbf02e057" +source=("git+https://github.com/9fans/plan9port.git#commit=f66f0a587b48337388296c8f1820f9b3dbfd0085" plan9.sh acme.png acme.sh) sha256sums=('SKIP' 'a8c8aee15c9dfa60d679567582e9335ae80293133b000326f3af7c630707e93c' @@ -67,7 +66,7 @@ LICENSE # Package text files - for i in CHANGES CONTRIBUTORS README.md TODO; do + for i in CHANGES CONTRIBUTING.md CONTRIBUTORS README.md; do install -m644 $i "$pkgdir/usr/share/doc/$pkgname" rm -f $i done
