Date: Saturday, January 18, 2020 @ 14:55:04 Author: felixonmars Revision: 553017
archrelease: copy trunk to community-x86_64 Added: libvips/repos/community-x86_64/PKGBUILD (from rev 553016, libvips/trunk/PKGBUILD) Deleted: libvips/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-01-18 14:54:52 UTC (rev 553016) +++ PKGBUILD 2020-01-18 14:55:04 UTC (rev 553017) @@ -1,24 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=libvips -pkgver=8.8.4 -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' 'libimagequant' 'libwebp' 'libxml2' 'openexr' - 'orc' 'pango') -source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz") -sha512sums=('d65eb9ce009ee0d23e3cb958ed255414ca422c3db11362afb2cd88fe82062f2ed87ac1eb80993130c35fb8e70bb297faa9f12a37faa7f3628ea8df2a26112d11') - -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 553016, libvips/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-01-18 14:55:04 UTC (rev 553017) @@ -0,0 +1,24 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=libvips +pkgver=8.9.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' 'libimagequant' 'libwebp' 'libxml2' 'openexr' + 'orc' 'pango') +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 +}