summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonidas P.2024-05-05 15:29:18 +0300
committerLeonidas P.2024-05-05 15:29:18 +0300
commitb094c44236d7074af3e73f51064556456d4201f3 (patch)
tree5fab1f555884a233ade1337decc3481bf9b354e4 /PKGBUILD
parentb8cfd6ceeb019c6fa7f4b01afe8b9c0e9e048639 (diff)
downloadaur-ksmbd-tools.tar.gz
Updated to version 3.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d6ecac3918f..41fd97b77777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leonidas P. <jpegxguy at outlook dot com>
pkgname=ksmbd-tools
-pkgver=3.5.1
+pkgver=3.5.2
pkgrel=1
pkgdesc="Userspace tools for the ksmbd kernel SMB server"
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
@@ -10,12 +10,12 @@ license=('GPL2')
depends=('KSMBD-MODULE' 'libnl')
provides=('samba')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=("4728470abebd15b05dcf1327630459aedc9beca273672788a07e7424ba7b25dc")
+sha256sums=("b7d7598ee776ae2a531bebd1f3f39a78483fb2c201c30caa05cea2a491b2148c")
build() {
cd "${pkgname}-${pkgver}"
./autogen.sh
- ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --with-rundir=/run
+ ./configure --prefix=/usr --sbindir=/usr/bin --libexecdir=/usr/lib/${pkgname} --sysconfdir=/etc --with-rundir=/run
make
}