summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann2024-01-11 13:39:38 +0100
committerAndreas Baumann2024-01-11 13:39:38 +0100
commitc4f621b6a346beffbbf1cb20e022cdeb7a428def (patch)
treefc1117fac0e1e1053a99e25b1cab1326adee216e /PKGBUILD
parent239649e384d7a34093002dd7334c62d972203078 (diff)
downloadaur-ii.tar.gz
updated to 2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c4017489f18..15c5e9e2e66e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Chris Brannon <cmbrannon@cox.net>
# Contributor: William Giokas <1007380@gmail.com>
pkgname=ii
-pkgver=1.8
+pkgver=2.0
pkgrel=1
pkgdesc="A minimalist FIFO and filesystem-based IRC client"
license=('MIT')
@@ -11,12 +11,11 @@ arch=('i686' 'x86_64')
url=http://tools.suckless.org/ii
depends=('glibc')
source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz")
-md5sums=('fc31ba3ecf6b52c5bae39b70f674543b')
+md5sums=('14a03b30ea4a7259820882d483c5c727')
build() {
cd "$srcdir/$pkgname-$pkgver"
- sed -i "s/CFLAGS = /CFLAGS = ${CFLAGS} /" config.mk
- make
+ CFLAGS="${CFLAGS}" make
}
package() {