summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d9698475839..46508181e91b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ucspi-tcp-re
pkgdesc = Easy-to-use command-line tools for building TCP client-server applications.
pkgver = 0.88
- pkgrel = 1
+ pkgrel = 2
url = http://cr.yp.to/ucspi-tcp.html
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 14204050d672..a86ef94abdd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=ucspi-tcp
pkgname=ucspi-tcp-re
pkgver=0.88
-pkgrel=1
+pkgrel=2
pkgdesc="Easy-to-use command-line tools for building TCP client-server applications."
arch=('x86_64' 'aarch64')
provides=('tcpserver' 'tcpclient')
@@ -20,7 +20,7 @@ prepare() {
# 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