[arch-commits] Commit in zimg/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sun Feb 7 08:32:31 UTC 2016
Date: Sunday, February 7, 2016 @ 09:32:31
Author: alucryd
Revision: 160519
upgpkg: zimg 2.0.4-1
Modified:
zimg/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-02-07 08:11:42 UTC (rev 160518)
+++ PKGBUILD 2016-02-07 08:32:31 UTC (rev 160519)
@@ -3,7 +3,7 @@
# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
pkgname=zimg
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=1
pkgdesc='Scaling, colorspace conversion, and dithering library'
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
provides=('libzimg.so')
options=('!emptydirs')
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz")
+sha256sums=('e3b1f5b9f8ce750f96b9bc9801ff5d6aa931d35300d67711826e397df43c5245')
-
build() {
cd zimg-release-${pkgver}
@@ -32,7 +32,7 @@
make DESTDIR="${pkgdir}" install
install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
- mv "${pkgdir}"/usr/lib/{zimg/,vapoursynth/lib}vszimg.so
+ ln -s "${pkgdir}"/usr/lib/{zimg/,vapoursynth/lib}vszimg.so
install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
@@ -39,4 +39,3 @@
}
# vim: ts=2 sw=2 et:
-sha256sums=('521b109348d4570e5b9a313b8549caaf882062740f4a20acd036d033149ae125')
More information about the arch-commits
mailing list