summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-05-28 12:54:12 +0200
committerhaawda2022-05-28 12:54:12 +0200
commite201121a0457a4ec18c4b5acdc850dd613d9baf9 (patch)
tree5274f8a2b83d0ddf83b68afbd6ea6541dccfa07f
parent19e4faf770d97409f2e479745202996f63481174 (diff)
downloadaur-e201121a0457a4ec18c4b5acdc850dd613d9baf9.tar.gz
update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f794d854fa74..b7a61eb80251 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ect
pkgdesc = file compressor, supports postcompression of PNG, JPEG, GZIP and ZIP files.
- pkgver = 0.8.3
- pkgrel = 2
+ pkgver = 0.9.0
+ pkgrel = 1
url = https://github.com/fhanau/Efficient-Compression-Tool
arch = i686
arch = x86_64
@@ -10,8 +10,7 @@ pkgbase = ect
makedepends = git
makedepends = cmake
depends = gcc-libs
- source = git+https://github.com/fhanau/Efficient-Compression-Tool.git#commit=f0b38f7f8b750099f14d4976beff6a107d6119ac
+ source = git+https://github.com/fhanau/Efficient-Compression-Tool.git#commit=74cd0d283ce52b8c3d049894eaa2e38b2d098473
md5sums = SKIP
pkgname = ect
-
diff --git a/PKGBUILD b/PKGBUILD
index 4c64d70d039e..90d25210f351 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=ect
_pkgname=Efficient-Compression-Tool
-pkgver=0.8.3
-pkgrel=2
+pkgver=0.9.0
+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+https://github.com/fhanau/Efficient-Compression-Tool.git#commit=f0b38f7f8b750099f14d4976beff6a107d6119ac")
+source=("git+https://github.com/fhanau/Efficient-Compression-Tool.git#commit=74cd0d283ce52b8c3d049894eaa2e38b2d098473")
md5sums=('SKIP')
depends=('gcc-libs')
makedepends=('nasm' 'git' 'cmake')