summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-02-12 05:27:26 +0800
committerzxp198210052024-02-12 05:27:26 +0800
commita2ae5a21746fced43f0fd636c7295fd369cbe0bb (patch)
treedab935b8920ef7a085e9f7a9bd4642f022529d06
parent33f4d7438443f4786f26604054629017fcb36440 (diff)
downloadaur-a2ae5a21746fced43f0fd636c7295fd369cbe0bb.tar.gz
fix errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d20a6a451e25..efb27c06c280 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = acodec-bin
pkgdesc = Encoder & decoder for various algorithms with graphical user interface.
pkgver = 2.5.4
- pkgrel = 2
+ pkgrel = 4
url = https://github.com/albertus82/acodec
arch = aarch64
arch = armv7h
arch = i686
arch = x86_64
- license = GPL3
+ license = GPL-3.0-only
depends = java-runtime
depends = hicolor-icon-theme
provides = acodec=2.5.4
diff --git a/PKGBUILD b/PKGBUILD
index 9efa9df946e3..8f6c1d8cab02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=acodec-bin
_pkgname=ACodec
pkgver=2.5.4
-pkgrel=2
+pkgrel=4
pkgdesc="Encoder & decoder for various algorithms with graphical user interface."
arch=(
"aarch64"
@@ -11,7 +11,7 @@ arch=(
"x86_64"
)
url="https://github.com/albertus82/acodec"
-license=('GPL3')
+license=('GPL-3.0-only')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=(