summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdee13a6ebf2..b904e2b4a27a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jul 26 15:38:05 UTC 2017
+# Wed Jul 26 15:42:34 UTC 2017
pkgbase = pear-net-socket
pkgdesc = Net_Socket is a class interface to TCP sockets. It provides blocking and non-blocking operation, with different reading and writing modes
pkgver = 1.2.2
diff --git a/PKGBUILD b/PKGBUILD
index d3723e8f1591..2a01d4fac990 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,9 @@
# Contributor: Jonathan Steel <jsteel at aur.archlinux.org>
set -u
-pkgname='pear-net-socket'
_pkgnick='Net_Socket'
+_pkgnickl="${_pkgnick,,}"
+pkgname="pear-${_pkgnickl//_/-}"
pkgver='1.2.2'
pkgrel='1'
pkgdesc='Net_Socket is a class interface to TCP sockets. It provides blocking and non-blocking operation, with different reading and writing modes'