summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cooper2024-01-17 14:12:11 -0500
committerDavid Cooper2024-01-17 14:12:11 -0500
commit45069f25f151ef875f85730771a8a263289ef06d (patch)
tree477263b7555fcf3fe5b3a75fb82bdbc1370f3561
parent337b1376917aae901b99cae6afa76f148099a98c (diff)
downloadaur-45069f25f151ef875f85730771a8a263289ef06d.tar.gz
Add butt-client to build, thanks @ckoller
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 837f4bd1247a..4d01bd1e7888 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = butt
pkgdesc = Easy to use, multi OS streaming tool
pkgver = 0.1.40
- pkgrel = 1
+ pkgrel = 2
url = https://danielnoethen.de/butt/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b37fc46beb17..742cf6f5cbc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=butt
pkgver=0.1.40
-pkgrel=1
+pkgrel=2
pkgdesc="Easy to use, multi OS streaming tool"
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
license=('GPL2')
@@ -17,7 +17,7 @@ b2sums=('920680b90dc4a0936e2fac4cb155ed11f041b440bff3e6ca696b4bf633395550c7bbcf1
build() {
cd "${pkgname}-${pkgver}"
- ./configure --prefix=/usr LDFLAGS="-L$(dirname $(fltk-config --libs))"
+ ./configure --with-client --prefix=/usr LDFLAGS="-L$(dirname $(fltk-config --libs))"
make
}