summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore19
-rw-r--r--PKGBUILD4
3 files changed, 24 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c360cbf71cff..04aabcae46a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-smbclient
pkgdesc = Tools to access a server's filespace and printers via SMB
- pkgver = 4.8.3
+ pkgver = 4.8.4
pkgrel = 1
url = http://www.samba.org
arch = x86_64
@@ -28,8 +28,8 @@ pkgbase = lib32-smbclient
makedepends = rpcsvc-proto
makedepends = smbclient
makedepends = libwbclient
- source = https://www.samba.org/samba/samba/ftp/stable/samba-4.8.3.tar.gz
- sha256sums = e0569a8a605d5dfb49f1fdd11db796f4d36fe0351c4a7f21387ef253010b82ed
+ source = https://www.samba.org/samba/samba/ftp/stable/samba-4.8.4.tar.gz
+ sha256sums = f5044d149e01894a08b1d114b8b69aed78171a7bb19608bd1fd771453b9a5406
pkgname = lib32-libwbclient
pkgdesc = Samba winbind client library
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1e32c14d2a7b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+# ignore everything ...
+*
+
+# ... except itself
+!.gitignore
+
+# ... except changes in package
+!PKGBUILD
+!.SRCINFO
+
+# ... except possible source files
+!*.patch
+!*.diff
+!*.desktop
+!*.png
+
+# ... except files from PKGBUILD fields
+!*.changelog
+!*.install
diff --git a/PKGBUILD b/PKGBUILD
index c8c035d47f9e..61aa74f58b3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=lib32-smbclient
pkgname=('lib32-libwbclient' 'lib32-smbclient')
-pkgver=4.8.3
+pkgver=4.8.4
pkgrel=1
pkgdesc="Tools to access a server's filespace and printers via SMB"
arch=('x86_64')
@@ -16,7 +16,7 @@ makedepends=('lib32-avahi' 'lib32-gnutls' 'lib32-libbsd' 'lib32-libcap'
'lib32-libnsl' 'lib32-libtirpc' 'perl-parse-yapp'
'lib32-jansson' 'rpcsvc-proto' 'smbclient' 'libwbclient')
source=("https://www.samba.org/samba/samba/ftp/stable/samba-${pkgver}.tar.gz")
-sha256sums=('e0569a8a605d5dfb49f1fdd11db796f4d36fe0351c4a7f21387ef253010b82ed')
+sha256sums=('f5044d149e01894a08b1d114b8b69aed78171a7bb19608bd1fd771453b9a5406')
prepare() {
cd samba-${pkgver}