git » ant.git » commit b8bab7f

upgpkg: 1.10.14-2: Rebuild packages that are missing .SRCINFO part 1

author T.J. Townsend
2024-07-11 22:49:42 UTC
committer T.J. Townsend
2024-07-11 22:49:42 UTC
parent aa4bb0579dbac1d1ccb30ecd31486d71e7eb7c88

upgpkg: 1.10.14-2: Rebuild packages that are missing .SRCINFO part 1

.SRCINFO +39 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..c7f1c8c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,39 @@
+pkgbase = ant
+	pkgdesc = Java based build tool
+	pkgver = 1.10.14
+	pkgrel = 2
+	url = https://ant.apache.org/
+	arch = any
+	license = Apache-2.0
+	makedepends = bash
+	makedepends = coreutils
+	makedepends = which
+	makedepends = java-environment
+	makedepends = junit
+	makedepends = java-hamcrest
+	source = https://www.apache.org/dist/ant/source/apache-ant-1.10.14-src.tar.bz2
+	source = https://www.apache.org/dist/ant/source/apache-ant-1.10.14-src.tar.bz2.asc
+	source = ant.conf
+	validpgpkeys = CE8075A251547BEE249BC151A2115AE15F6B8B72
+	validpgpkeys = 8DA70C00DF7AF1B0D2F9DC74DDBCC1270A29D081
+	validpgpkeys = 0A123C1ED3F13A6A0140E166C71FB765CD9DE313
+	sha256sums = c451b8abca000892ef82f9e23ab26b02369973f5ca76fdf2b8d8fa258debffef
+	sha256sums = SKIP
+	sha256sums = 23bbef577b56d48adb1985dbd9795e5533146646f1e8bb879dd061a4014ffcf2
+
+pkgname = ant
+	depends = java-environment
+	depends = bash
+	depends = coreutils
+	depends = which
+	optdepends = junit: junit tasks
+	optdepends = java-hamcrest: junit tasks
+	provides = apache-ant
+	conflicts = apache-ant
+	replaces = apache-ant
+	backup = etc/ant.conf
+
+pkgname = ant-doc
+	pkgdesc = Apache Ant build tool documentation
+	conflicts = apache-ant-doc
+	replaces = apache-ant-doc
diff --git a/PKGBUILD b/PKGBUILD
index bc4d76e..4f3d116 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 pkgbase=ant
 pkgname=('ant' 'ant-doc')
 pkgver=1.10.14
-pkgrel=1
+pkgrel=2
 pkgdesc='Java based build tool'
 url='https://ant.apache.org/'
 arch=('any')