[arch-commits] Commit in zimg/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Dec 5 20:05:36 UTC 2017


    Date: Tuesday, December 5, 2017 @ 20:05:35
  Author: alucryd
Revision: 272313

archrelease: copy trunk to community-x86_64

Added:
  zimg/repos/community-x86_64/PKGBUILD
    (from rev 272312, zimg/trunk/PKGBUILD)
Deleted:
  zimg/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-05 20:05:23 UTC (rev 272312)
+++ PKGBUILD	2017-12-05 20:05:35 UTC (rev 272313)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=zimg
-pkgver=2.6.2
-pkgrel=1
-pkgdesc='Scaling, colorspace conversion, and dithering library'
-arch=('x86_64')
-url='https://github.com/sekrit-twc/zimg'
-license=('custom:WTFPL')
-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=('db407144b265c1587867e00108f6fc810d40cf94be697de75985a0cb9041313d')
-
-build() {
-  cd zimg-release-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-    --prefix='/usr' \
-    --enable-x86simd \
-    --disable-static
-  make
-}
-
-package(){
-  cd zimg-release-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
-  install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
-}
-
-# vim: ts=2 sw=2 et:

Copied: zimg/repos/community-x86_64/PKGBUILD (from rev 272312, zimg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-05 20:05:35 UTC (rev 272313)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=zimg
+pkgver=2.6.3
+pkgrel=1
+pkgdesc='Scaling, colorspace conversion, and dithering library'
+arch=('x86_64')
+url='https://github.com/sekrit-twc/zimg'
+license=('custom:WTFPL')
+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=('a701e9ffbe3ad379e84d8720cf6220afb9c6946d761048fb77544325870cc2cb')
+
+build() {
+  cd zimg-release-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+    --prefix='/usr' \
+    --enable-x86simd \
+    --disable-static
+  make
+}
+
+package(){
+  cd zimg-release-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
+  install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list