git » minicom.git » commit 0b24cc8

upgpkg: 2.9-2: Fix binary names and license

author Morten Linderud
2024-05-03 16:19:35 UTC
committer Morten Linderud
2024-05-03 16:19:35 UTC
parent dfeb0d5019168373f852390ab992fa130bf21e1b

upgpkg: 2.9-2: Fix binary names and license

Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/minicom/-/issues/1

.SRCINFO +4 -2
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index bf513b1..a7c1f8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
 pkgbase = minicom
 	pkgdesc = A serial communication program
 	pkgver = 2.9
-	pkgrel = 1
+	pkgrel = 2
 	url = https://salsa.debian.org/minicom-team/minicom
 	arch = x86_64
-	license = GPL
+	license = GPL-2.0-or-later
 	depends = bash
 	optdepends = lrzsz: for xmodem, ymodem and zmodem file transfer protocols
 	backup = etc/minirc.dfl
 	source = minicom-2.9.tar.gz::https://salsa.debian.org/minicom-team/minicom/-/archive/2.9/minicom-2.9.tar.gz
+	source = minicom-2.9-lrzsz-rename.patch
 	sha256sums = 21e609d1b58c5de06400f6e36ed3a5060711847a63bc984b6e994d9ad1641d37
+	sha256sums = 4b00e97cadeb51e2cacba7114d2572dbe671b00f0f6695df96aa0ea0dab68c15
 
 pkgname = minicom
diff --git a/PKGBUILD b/PKGBUILD
index 81d27c9..ad1086a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 
 pkgname=minicom
 pkgver=2.9
-pkgrel=1
+pkgrel=2
 pkgdesc='A serial communication program'
 arch=('x86_64')
 url='https://salsa.debian.org/minicom-team/minicom'