summarylogtreecommitdiffstats
path: root/ripme-2.1.9-gradle.patch
diff options
context:
space:
mode:
authortxtsd2024-03-10 22:54:20 +0530
committertxtsd2024-03-10 22:54:20 +0530
commitfe6925eb58a1af5eee03e8c783d61229f821e494 (patch)
tree3694393604d514070740fd807b54fcca77072fc6 /ripme-2.1.9-gradle.patch
parent4d308628af20a9c6c2792fbade6dbfa57a8da6c1 (diff)
downloadaur-ripme.tar.gz
upgpkg: ripme 2.1.9-1
Upstream Release: ripme 2.1.9 Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to 'ripme-2.1.9-gradle.patch')
-rw-r--r--ripme-2.1.9-gradle.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/ripme-2.1.9-gradle.patch b/ripme-2.1.9-gradle.patch
new file mode 100644
index 000000000000..e63a27cc330d
--- /dev/null
+++ b/ripme-2.1.9-gradle.patch
@@ -0,0 +1,10 @@
+--- a/build.gradle.kts
++++ b/build.gradle.kts
+@@ -49,6 +49,7 @@
+
+ tasks.withType<Jar> {
+ duplicatesStrategy = DuplicatesStrategy.INCLUDE
++ archiveVersion.set("2.1.9")
+ manifest {
+ attributes["Main-Class"] = "com.rarchives.ripme.App"
+ attributes["Implementation-Version"] = archiveVersion