Date: Monday, April 20, 2015 @ 17:08:37 Author: fyan Revision: 131749
upgpkg: thefuck 1.13-1 Modified: thefuck/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-04-20 14:08:37 UTC (rev 131748) +++ PKGBUILD 2015-04-20 15:08:37 UTC (rev 131749) @@ -2,8 +2,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=thefuck -pkgver=1.12 -pkgrel=2 +pkgver=1.13 +pkgrel=1 pkgdesc="Magnificent app which corrects your previous console command" arch=('any') url="https://github.com/nvbn/thefuck" @@ -11,7 +11,7 @@ depends=('python-setuptools' 'python-pathlib' 'python-psutil') checkdepends=('python-pytest' 'python-mock') source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz") -sha256sums=('e960ccb4181be01668815580d69e3eb42380a8b9989ba408ad31aa0f5bfe5c15') +sha256sums=('3d00222a2ee5eede2fafe69f16ac697fab6c29dcf0d83c3efbcc7bcb6dff145b') build() { cd "${srcdir}/thefuck-$pkgver" @@ -27,7 +27,8 @@ package() { cd thefuck-$pkgver python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/" - # install LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md" + + install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md" } # vim:set ts=2 sw=2 et:
