extra/p7zip to 15.14.1-1

This commit is contained in:
Kevin Mihelich 2016-05-11 12:07:40 +00:00
parent 77fdbbc0df
commit be0bf878ed

View file

@ -10,8 +10,8 @@
# - use makefile.linux_any_cpu
pkgname=p7zip
pkgver=9.38.1
pkgrel=4
pkgver=15.14.1
pkgrel=1
pkgdesc="Command-line file archiver with high compression ratio"
arch=('i686' 'x86_64')
url="http://p7zip.sourceforge.net/"
@ -21,7 +21,7 @@ makedepends_i686=('nasm')
makedepends_x86_64=('yasm')
install=$pkgname.install
source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/${pkgname}_${pkgver}_src_all.tar.bz2)
sha256sums=('fd5019109c9a1bf34ad3257d37a6853eae8151ff50345f0a3ffba7d8c5fdb995')
sha256sums=('699db4da3621904113e040703220abb1148dfef477b55305e2f14a4f1f8f25d4')
prepare() {
cd "$srcdir/${pkgname}_$pkgver"
@ -46,8 +46,6 @@ package() {
ln -s -t "$pkgdir/usr/share/licenses/p7zip/" \
/usr/share/doc/p7zip/DOC/License.txt \
/usr/share/doc/p7zip/DOC/unRarLicense.txt
chmod -R a+r,u+w,a+X "$pkgdir/usr"
}
# vim:set ts=2 sw=2 et: