summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonidas P2021-08-05 15:32:47 +0300
committerLeonidas P2021-08-05 15:32:47 +0300
commit04a586c899212702643f1bea5fb55536080d4d8d (patch)
tree6b1f8ed7eb79e887c93f4fd8417101679a8ec64f /PKGBUILD
parentfa705b2a342b3ed9143d5691a4d5ac151240a0ac (diff)
downloadaur-04a586c899212702643f1bea5fb55536080d4d8d.tar.gz
add libnl dependency and bump ver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2336f90a9109..07aa530c6237 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Leo Papadakos <jpegxguy@outlook.com>
pkgname=ksmbd-tools
-pkgver=3.3.9
-pkgrel=2
-pkgdesc="Userspace tools for the cifsd/ksmbd kernel server"
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Userspace tools for the ksmbd kernel SMB server"
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
url="https://github.com/cifsd-team/ksmbd-tools"
license=('GPL2')
-depends=('ksmbd-dkms')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cifsd-team/$pkgname/archive/$pkgver.tar.gz"
+depends=('ksmbd-dkms' 'libnl')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
"ksmbd.service")
-sha256sums=("7c2c86130912d780df69f26d797d4bd88cf31876a86fdad17032ab684bfe7d8a"
+sha256sums=("e701936f7c8f04fc89704cd78bea4e9d7038c67523506ddfc89d176d71b0463e"
"c97ef1a0fcd4357d3352b0e174547c02ce91563c342df10eec2bf2eba2c4a392")
build() {