summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorafontenot2018-05-13 19:23:03 -0700
committerafontenot2018-05-13 19:23:03 -0700
commit5677e62d9b3954c23db6d11112b9b1b70f8917e7 (patch)
tree1ae8a6047060688180d9709563c4163574be0a57
parent802a7eb3c9f102db3ec7bc4a2fd5d6d6f0711108 (diff)
downloadaur-5677e62d9b3954c23db6d11112b9b1b70f8917e7.tar.gz
3.3.1 - Updated libjpeg-turbo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f87f3204aa9..30b789780789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mozjpeg
pkgdesc = JPEG image codec with accelerated baseline decoding and superior encoding
- pkgver = 3.2
+ pkgver = 3.3.1
pkgrel = 1
url = https://github.com/mozilla/mozjpeg
arch = i686
@@ -15,8 +15,8 @@ pkgbase = mozjpeg
conflicts = mozjpeg-git
conflicts = turbojpeg
conflicts = libjpeg-turbo
- source = https://github.com/mozilla/mozjpeg/archive/v3.2.tar.gz
- sha1sums = da2106543d82bfa51fb51e5d4b53397ac28ac87b
+ source = https://github.com/mozilla/mozjpeg/archive/v3.3.1.tar.gz
+ sha1sums = 1a4be569d62f51e1377e46b8b22b6a64fb121794
pkgname = mozjpeg
diff --git a/PKGBUILD b/PKGBUILD
index cee71595bd1c..06ac216d4cd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: N30N <archlinux@alunamation.com>
pkgname="mozjpeg"
-pkgver=3.2
+pkgver=3.3.1
pkgrel=1
pkgdesc="JPEG image codec with accelerated baseline decoding and superior encoding"
url="https://github.com/mozilla/mozjpeg"
@@ -13,7 +13,7 @@ license=("BSD")
arch=("i686" "x86_64" "armv7h")
makedepends=("nasm")
source=("https://github.com/mozilla/${pkgname}/archive/v${pkgver}.tar.gz")
-sha1sums=('da2106543d82bfa51fb51e5d4b53397ac28ac87b')
+sha1sums=('1a4be569d62f51e1377e46b8b22b6a64fb121794')
provides=("libjpeg=8.1.2" "turbojpeg" "libjpeg-turbo")
conflicts=("libjpeg" "mozjpeg-git" "turbojpeg" "libjpeg-turbo")