diff --git a/community/zimg/PKGBUILD b/community/zimg/PKGBUILD index e0689c308..a212d13dd 100644 --- a/community/zimg/PKGBUILD +++ b/community/zimg/PKGBUILD @@ -6,7 +6,7 @@ # - remove --enable-x86simd from configure pkgname=zimg -pkgver=2.0.3 +pkgver=2.0.4 pkgrel=1 pkgdesc='Scaling, colorspace conversion, and dithering library' arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ depends=('gcc-libs' 'glibc') 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} @@ -34,11 +34,10 @@ package(){ 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/ } # vim: ts=2 sw=2 et: -sha256sums=('521b109348d4570e5b9a313b8549caaf882062740f4a20acd036d033149ae125')