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

Felix Yan felixonmars at archlinux.org
Wed May 6 17:24:47 UTC 2020


    Date: Wednesday, May 6, 2020 @ 17:24:46
  Author: felixonmars
Revision: 625108

archrelease: copy trunk to community-x86_64

Added:
  libvips/repos/community-x86_64/PKGBUILD
    (from rev 625107, libvips/trunk/PKGBUILD)
Deleted:
  libvips/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 17:24:27 UTC (rev 625107)
+++ PKGBUILD	2020-05-06 17:24:46 UTC (rev 625108)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=libvips
-pkgver=8.9.0
-pkgrel=3
-pkgdesc="A fast image processing library with low memory needs"
-arch=('x86_64')
-license=('LGPL')
-url="https://libvips.github.io/libvips/"
-depends=('cfitsio' 'fftw' 'imagemagick' 'libexif' 'libgsf' 'libheif' 'libimagequant' 'librsvg'
-         'libwebp' 'libxml2' 'openexr' 'orc' 'pango' 'poppler-glib')
-source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz")
-sha512sums=('ea2b25b08a18364b89e4e142060f2b28fb0eae3fb9112678f029429aadf7b4e8cb6d9f601910c71c42f745c26ee91ddc16729ad899d1388d71c4778d89215704')
-
-build() {
-  cd vips-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd vips-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libvips/repos/community-x86_64/PKGBUILD (from rev 625107, libvips/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-06 17:24:46 UTC (rev 625108)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libvips
+pkgver=8.9.1
+pkgrel=1
+pkgdesc="A fast image processing library with low memory needs"
+arch=('x86_64')
+license=('LGPL')
+url="https://libvips.github.io/libvips/"
+depends=('cfitsio' 'fftw' 'imagemagick' 'libexif' 'libgsf' 'libheif' 'libimagequant' 'librsvg'
+         'libwebp' 'libxml2' 'openexr' 'orc' 'pango' 'poppler-glib')
+source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz")
+sha512sums=('04ba986c497780cf6ed972bb41109776883a85fae239c2ccb50f38450c48067bf0d583a0846d11f1e7533257d9c730019d10265a89f5f7635a08d4b50ca636d6')
+
+build() {
+  cd vips-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd vips-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list