summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2022-06-01 19:39:40 +0200
committerhaawda2022-06-01 19:39:40 +0200
commit930a6fa66c79a008bc873bbb8d479cae8c1f5ae0 (patch)
treeec235fcd4cdf1cb325e70965325723cb29a90917 /PKGBUILD
parente201121a0457a4ec18c4b5acdc850dd613d9baf9 (diff)
downloadaur-930a6fa66c79a008bc873bbb8d479cae8c1f5ae0.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90d25210f351..723497f74df8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=ect
_pkgname=Efficient-Compression-Tool
-pkgver=0.9.0
+pkgver=0.9.1
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=74cd0d283ce52b8c3d049894eaa2e38b2d098473")
-md5sums=('SKIP')
+source=("${_pkgname}-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
+sha256sums=('b4af4f1da55ca5ebc1f02029bb7fc7de9c6a45593d1866f35cdca839e01c1a1f')
depends=('gcc-libs')
-makedepends=('nasm' 'git' 'cmake')
+makedepends=('nasm' 'cmake')
prepare() {
cd ${_pkgname}