[arch-commits] Commit in libvips/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jul 2 08:44:05 UTC 2021
Date: Friday, July 2, 2021 @ 08:44:05
Author: felixonmars
Revision: 970539
archrelease: copy trunk to community-x86_64
Added:
libvips/repos/community-x86_64/PKGBUILD
(from rev 970538, libvips/trunk/PKGBUILD)
Deleted:
libvips/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-02 08:43:55 UTC (rev 970538)
+++ PKGBUILD 2021-07-02 08:44:05 UTC (rev 970539)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=libvips
-pkgver=8.11.0
-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')
-makedepends=('gobject-introspection')
-source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz")
-sha512sums=('b85ee812ae6c6b249549959a7afc76ad2a4f52bd1632c1924a0249d8a97b1441944ff45a8e665b9c7be74d546a299175b2c1668a7737a353cc180ec2fe49786c')
-
-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 970538, libvips/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-02 08:44:05 UTC (rev 970539)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libvips
+pkgver=8.11.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')
+makedepends=('gobject-introspection')
+source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz")
+sha512sums=('3915cc5f4f966a58aef0bf3b1f3768143491b127880125dea578431dc06b06b1490462799add1fb378c605180753afa539020da4c318e5774c4ccb4c893f94d3')
+
+build() {
+ cd vips-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd vips-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list