git » svgcleaner.git » commit a84974f

upgpkg: 0.9.5-4: Rebuild with .SRCINFO

author Jelle van der Waa
2024-07-03 20:45:38 UTC
committer Jelle van der Waa
2024-07-03 20:45:38 UTC
parent bc3457644b5dfc5530d49e59c4f9a0c1c9c5d922

upgpkg: 0.9.5-4: Rebuild with .SRCINFO

.SRCINFO +15 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..0eea880
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = svgcleaner
+	pkgdesc = An application that cleans svg images from unnecessary data in batch mode.
+	pkgver = 0.9.5
+	pkgrel = 4
+	url = https://github.com/RazrFalcon/SVGCleaner
+	arch = x86_64
+	license = GPL2
+	makedepends = gcc-libs
+	makedepends = cargo
+	source = svgcleaner-0.9.5.tar.gz::https://github.com/RazrFalcon/SVGCleaner/archive/v0.9.5.tar.gz
+	source = Cargo.lock
+	sha256sums = dcf8dbc8939699e2e82141cb86688b6cd09da8cae5e18232ef14085c2366290c
+	sha256sums = 8b69294f77eca465425619b97c0476054fc9726a3744c9f46852a3104b354778
+
+pkgname = svgcleaner
diff --git a/PKGBUILD b/PKGBUILD
index e644cf5..c7332d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=svgcleaner
 pkgver=0.9.5
-pkgrel=3
+pkgrel=4
 pkgdesc="An application that cleans svg images from unnecessary data in batch mode."
 arch=('x86_64')
 url="https://github.com/RazrFalcon/SVGCleaner"