summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a119a961f25c..9d044859c9c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ect
pkgdesc = file compressor, supports postcompression of PNG, JPEG, GZIP and ZIP files.
- pkgver = 0.9.2
+ pkgver = 0.9.3
pkgrel = 1
url = https://github.com/fhanau/Efficient-Compression-Tool
arch = i686
@@ -10,7 +10,7 @@ pkgbase = ect
makedepends = git
makedepends = cmake
depends = gcc-libs
- source = git+https://github.com/fhanau/Efficient-Compression-Tool.git#commit=48aea4e39396a0f6e39fbc504a4b194282c9ff01
+ source = git+https://github.com/fhanau/Efficient-Compression-Tool.git#commit=230133d6a84149910f05b5d2c6e8ac3fff9de4a6
md5sums = SKIP
pkgname = ect
diff --git a/PKGBUILD b/PKGBUILD
index b3ec05dcca91..cac98ade7f2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=ect
_pkgname=Efficient-Compression-Tool
-pkgver=0.9.2
+pkgver=0.9.3
pkgrel=1
pkgdesc='file compressor, supports postcompression of PNG, JPEG, GZIP and ZIP files.'
url='https://github.com/fhanau/Efficient-Compression-Tool'
arch=('i686' 'x86_64')
license=('Apache')
-source=("git+$url.git#commit=48aea4e39396a0f6e39fbc504a4b194282c9ff01")
+source=("git+$url.git#commit=230133d6a84149910f05b5d2c6e8ac3fff9de4a6")
md5sums=('SKIP')
depends=('gcc-libs')
makedepends=('nasm' 'git' 'cmake')