git » physfs.git » commit bc3093f

upgpkg: 3.2.0-2: Rebuild packages that are missing .SRCINFO part 5

author T.J. Townsend
2024-07-13 16:07:42 UTC
committer T.J. Townsend
2024-07-13 16:07:42 UTC
parent 8f642b41fcbe6dcb4b5c6a67bee7bfaaeb25ee0c

upgpkg: 3.2.0-2: Rebuild packages that are missing .SRCINFO part 5

.SRCINFO +15 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..d61f792
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = physfs
+	pkgdesc = Portable and flexible I/O abstraction for archives
+	pkgver = 3.2.0
+	pkgrel = 2
+	url = https://icculus.org/physfs
+	arch = x86_64
+	license = ZLIB
+	makedepends = cmake
+	makedepends = doxygen
+	makedepends = git
+	makedepends = ninja
+	source = git+https://github.com/icculus/physfs#commit=eb3383b532c5f74bfeb42ec306ba2cf80eed988c
+	b2sums = SKIP
+
+pkgname = physfs
diff --git a/PKGBUILD b/PKGBUILD
index e239544..aee23fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=physfs
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Portable and flexible I/O abstraction for archives'
 arch=(x86_64)
 url='https://icculus.org/physfs'