summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrien Smith2024-01-23 12:16:12 -0700
committerAdrien Smith2024-01-23 12:16:12 -0700
commit1bbd72f81029d76f71ab5468b2a8abfbad834101 (patch)
treed77966081eff38b008e3429ceca72b30e7283af4
parent36cc0e880430d4ddb85faceb79bb18f922c38c9e (diff)
downloadaur-ect-git.tar.gz
upgpkg: ect-git 0.9.5.r0.g9aabc23-1
Improve PKGBUILD, change license to use SPDX identifier
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81a06e3e9f7c..0283d260e792 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = ect-git
pkgdesc = File compressor supporting postcompression of PNG, JPEG, GZIP and ZIP files
- pkgver = 0.9.4.r8.g380a1df
+ pkgver = 0.9.5.r0.g9aabc23
pkgrel = 1
url = https://github.com/fhanau/Efficient-Compression-Tool
arch = i686
arch = x86_64
arch = aarch64
- license = Apache
- makedepends = nasm
- makedepends = git
+ license = Apache-2.0
makedepends = cmake
+ makedepends = git
+ makedepends = nasm
depends = gcc-libs
- provides = ect=0.9.4.r8.g380a1df
+ depends = glibc
+ provides = ect=0.9.5.r0.g9aabc23
conflicts = ect
source = git+https://github.com/fhanau/Efficient-Compression-Tool.git
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dc5a02e97423..29ef421716f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
-#!/hint/bash -e
# Maintainer: Adrien Smith <adrien at panissupraomnia dot dev>
# Contributor: William J. Bowman <aur@williamjbowman.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=ect-git
_pkgname=Efficient-Compression-Tool
-pkgver=0.9.4.r8.g380a1df
+pkgver=0.9.5.r0.g9aabc23
pkgrel=1
pkgdesc='File compressor supporting postcompression of PNG, JPEG, GZIP and ZIP files'
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/fhanau/${_pkgname}"
-license=('Apache')
-depends=('gcc-libs')
-makedepends=('nasm' 'git' 'cmake')
+license=('Apache-2.0')
+depends=('gcc-libs'
+ 'glibc')
+makedepends=('cmake'
+ 'git'
+ 'nasm')
provides=("${pkgname%-git}=${pkgver}")
conflicts=("${pkgname%-git}")
source=("git+$url.git")