summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbemxio2024-05-16 18:20:31 +0200
committerbemxio2024-05-16 18:20:31 +0200
commit2077a97a5f8840f109a788a0f778089c11f225e7 (patch)
tree8d9cbb3ed2145fa8280b6f12dc9522585c48bdd9 /PKGBUILD
parent519b3a48e1012b1dede9e20be0fa106141af2fa3 (diff)
downloadaur-jpsxdec-bin.tar.gz
provide the correct license identifier and remove the conflicts variable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b98728d7010..1d9a24465f60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@ pkgname="jpsxdec-bin"
pkgdesc="A modern, cross-platform PlayStation 1 audio/video converter"
pkgver=2.0
-pkgrel=4
+pkgrel=5
arch=(any)
url="http://jpsxdec.blogspot.com"
-license=("LicenseRef-jPSXdec")
+license=("BSD-3-Clause")
depends=("java-runtime>=8")
makedepends=(unzip gendesk)
provides=(jpsxdec)
-conflicts=(jpsxdec jpsxdec-git)
+#conflicts=(jpsxdec jpsxdec-git)
source=("https://github.com/m35/jpsxdec/releases/download/v${pkgver}/jpsxdec_v${pkgver}.zip" "jpsxdec")
md5sums=("bfa6db7bebac5a88e0c18336f066f1af" "df950dfd76574ba615d245eafd5e34d6")