git » portmidi.git » commit 406a9f1

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

author T.J. Townsend
2024-07-13 16:29:05 UTC
committer T.J. Townsend
2024-07-13 16:29:05 UTC
parent e8f78100810cb218fe96d9970b4d31253d7d55ba

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

.SRCINFO +20 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..192c85b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = portmidi
+	pkgdesc = Cross platform library for interfacing with OS MIDI I/O APIs
+	pkgver = 2.0.4
+	pkgrel = 2
+	epoch = 1
+	url = https://github.com/portmidi/portmidi
+	arch = x86_64
+	license = MIT
+	makedepends = alsa-lib
+	makedepends = cmake
+	depends = glibc
+	provides = libportmidi.so
+	source = https://github.com/portmidi/portmidi/archive/v2.0.4/portmidi-v2.0.4.tar.gz
+	sha512sums = d9f22d161e1dd9a4bde1971bb2b6e5352da51545f4fe5ecad11c55e7a535f0d88efce18d1c8fd91e93b70a7926150f86a0f53972ad92370e86556a8dd72dc194
+	b2sums = fd8b002880ccfcff9f233e2fa5021fe4cf9da2f91b3ceaa36fe70f96818e174578f9a14b69bdbb58fab777c9a9e4ff939b86814a403860c7ec264dddc6f26e85
+
+pkgname = portmidi
+	depends = glibc
+	depends = alsa-lib
+	depends = libasound.so
diff --git a/PKGBUILD b/PKGBUILD
index f0b458e..d10dde5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=portmidi
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Cross platform library for interfacing with OS MIDI I/O APIs"
 arch=(x86_64)