summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Behan2021-10-17 00:40:17 -0400
committerConnor Behan2021-10-17 00:40:17 -0400
commitdc688afc4e81e9ed4a514b0b759a244c7a05f1b1 (patch)
treeb44ff30dd523358ee30c9f2fe5ccd92c72b4b12e
parent5767c3739c1c9886486fb7614320107f1ef06fd9 (diff)
downloadaur-scale2x.tar.gz
Update to 4.0-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7db14efa528..f1e06ad0edfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = scale2x
pkgdesc = Bitmap scaling algorithm that improves the resolution of a PNG
- pkgver = 3.2
+ pkgver = 4.0
pkgrel = 1
url = http://scale2x.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
depends = libpng>=1.4
- source = https://github.com/amadvance/scale2x/releases/download/v3.2/scale2x-3.2.tar.gz
- md5sums = e047693762b52b563a24d16d6a98b04b
+ source = https://github.com/amadvance/scale2x/releases/download/v4.0/scale2x-4.0.tar.gz
+ sha256sums = 996f2673206c73fb57f0f5d0e094d3774f595f7e7e80fcca8cc045e8b4ba6d32
pkgname = scale2x
-
diff --git a/PKGBUILD b/PKGBUILD
index ec6f08e9b0a7..af7f96a42e84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: ConnorBehan <connor.behan@gmail.com>
pkgname=scale2x
-pkgver=3.2
+pkgver=4.0
pkgrel=1
pkgdesc="Bitmap scaling algorithm that improves the resolution of a PNG"
arch=(i686 x86_64)
@@ -20,4 +20,4 @@ package() {
make prefix="$pkgdir"/usr install
}
-md5sums=('e047693762b52b563a24d16d6a98b04b')
+sha256sums=('996f2673206c73fb57f0f5d0e094d3774f595f7e7e80fcca8cc045e8b4ba6d32')