summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlyxia Sother2023-09-10 21:56:20 +0200
committerAlyxia Sother2023-09-10 21:56:20 +0200
commit035a7fb5712b1faf563b2b12ad68502c802b58a6 (patch)
treeb3770bfadf91715ed536768b6d1736e2ffa7f4d5
parent9267ebee6b84c812cce91cb775bdf783569567ac (diff)
downloadaur-035a7fb5712b1faf563b2b12ad68502c802b58a6.tar.gz
[Meta] Rename package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
-rw-r--r--ucspi-tcp-re.patch (renamed from ucspi-tcp.patch)0
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93c1dafc7773..2d9698475839 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = ucspi-tcp
+pkgbase = ucspi-tcp-re
pkgdesc = Easy-to-use command-line tools for building TCP client-server applications.
pkgver = 0.88
pkgrel = 1
@@ -9,8 +9,8 @@ pkgbase = ucspi-tcp
provides = tcpserver
provides = tcpclient
source = http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz
- source = ucspi-tcp.patch
+ source = ucspi-tcp-re.patch
sha256sums = 4a0615cab74886f5b4f7e8fd32933a07b955536a3476d74ea087a3ea66a23e9c
sha256sums = 9d599c6362a4fab5335c5ee90b3c2a9ffe6dff30b3e15a3516e8dbcc6bc289f2
-pkgname = ucspi-tcp
+pkgname = ucspi-tcp-re
diff --git a/PKGBUILD b/PKGBUILD
index 3427644fa4f3..14204050d672 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Alyxia Sother <nylkvn@evfrhc.arg(rot13)>
-pkgname=ucspi-tcp
+_pkgname=ucspi-tcp
+pkgname=ucspi-tcp-re
pkgver=0.88
pkgrel=1
pkgdesc="Easy-to-use command-line tools for building TCP client-server applications."
@@ -10,16 +11,16 @@ url="http://cr.yp.to/ucspi-tcp.html"
license=('unknown')
source=("http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz"
- "ucspi-tcp.patch")
+ "ucspi-tcp-re.patch")
sha256sums=('4a0615cab74886f5b4f7e8fd32933a07b955536a3476d74ea087a3ea66a23e9c'
'9d599c6362a4fab5335c5ee90b3c2a9ffe6dff30b3e15a3516e8dbcc6bc289f2')
prepare() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$_pkgname-$pkgver"
# Changes the types of two conflicting function definitions and adds compiler
# flags to the Makefile.
- patch --strip=1 --input="$srcdir/$pkgname.patch"
+ patch --strip=1 --input="$srcdir/$_pkgname.patch"
# The package, being written in the year 2000, thus being arcane ancient C,
# uses some insane method for automatically generating a source file that
@@ -34,7 +35,7 @@ package() {
# error during compilation. The build step doesn't work either.
mkdir -p "$pkgdir/usr/local"
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$_pkgname-$pkgver"
make
make setup check
}
diff --git a/ucspi-tcp.patch b/ucspi-tcp-re.patch
index 63118135eb27..63118135eb27 100644
--- a/ucspi-tcp.patch
+++ b/ucspi-tcp-re.patch