summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlyxia Sother2024-04-26 10:09:43 +0200
committerAlyxia Sother2024-04-26 10:09:43 +0200
commit913b7db958f19f05256d8332ce29d3d2a64cdba2 (patch)
treec5939acc3ba0cd28ad5f21f562c58b1ae0f654ec /PKGBUILD
parent035a7fb5712b1faf563b2b12ad68502c802b58a6 (diff)
downloadaur-ucspi-tcp-re.tar.gz
Fix patch file name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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