summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-12-16 19:56:41 +0100
committersL1pKn072017-12-16 19:56:41 +0100
commitdc77a1436f959dcf66b7ce3ccefcac1120c32b60 (patch)
treecf5ebc4a82bbe7a0967f8c4def238a208b16575f
parent40b4f8504c594cd63de5b72c2208c4193c7119fe (diff)
downloadaur-dc77a1436f959dcf66b7ce3ccefcac1120c32b60.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a89796fcf46..ba85e2024a6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 12 22:54:36 UTC 2016
+# Sat Dec 16 18:56:36 UTC 2017
pkgbase = zimg-git
pkgdesc = Scaling, colorspace conversion, and dithering library. (GIT version)
- pkgver = 2.3.0.g9cbe9b0
+ pkgver = 2.6.3.64.gf578889
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=171334
arch = i686
@@ -17,7 +17,7 @@ pkgbase = zimg-git
conflicts = vapoursynth-plugin-zimg
conflicts = vapoursynth-plugin-zimg-git
source = git+https://github.com/sekrit-twc/zimg.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = zimg-git
diff --git a/PKGBUILD b/PKGBUILD
index a527f2eff5b3..2cb0e34ddd1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=zimg-git
-pkgver=2.3.0.g9cbe9b0
+pkgver=2.6.3.64.gf578889
pkgrel=1
pkgdesc="Scaling, colorspace conversion, and dithering library. (GIT version)"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ conflicts=('zimg'
'vapoursynth-plugin-zimg-git'
)
source=('git+https://github.com/sekrit-twc/zimg.git')
-sha1sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd zimg
@@ -35,6 +35,7 @@ build() {
cd zimg
./configure \
--prefix=/usr
+
make
}