summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2018-08-19 20:33:41 -0300
committerRafael Fontenelle2018-08-19 20:33:41 -0300
commit08d24f38a7c7d0777ec87d2345212aabcd5de6ae (patch)
treeb802b6b9dc316f643332294e4f51ce6a79500deb
parent5d9bf4ba13735721fbfd32b68f28eef212ec3e24 (diff)
downloadaur-08d24f38a7c7d0777ec87d2345212aabcd5de6ae.tar.gz
Update 1.3.5
-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 fc8e7592250d..6e536b840fc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-ldb
pkgdesc = A schema-less, ldap like, API and database
- pkgver = 1.3.4
+ pkgver = 1.3.5
pkgrel = 1
url = https://ldb.samba.org/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = lib32-ldb
depends = lib32-libbsd
depends = ldb
optdepends = lib32-python2: for python bindings
- source = https://samba.org/ftp/ldb/ldb-1.3.4.tar.gz
- sha256sums = 8c570f9f4b233989bf0782b9d78bf58d51b5246cf78695182368517f6a54c8d1
+ source = https://samba.org/ftp/ldb/ldb-1.3.5.tar.gz
+ sha256sums = 4c26efac83efea0b467a4afab413ed91557f0c299428114bf92f72fb7d03b4f6
pkgname = lib32-ldb
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 c8326c6fa6ea..972cc190c9a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=ldb
pkgname=lib32-$_name
-pkgver=1.3.4
+pkgver=1.3.5
pkgrel=1
pkgdesc="A schema-less, ldap like, API and database"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('lib32-talloc' 'lib32-tevent' 'lib32-tdb' 'lib32-popt' 'lib32-libbsd' '
makedepends=('lib32-python2' 'lib32-cmocka')
optdepends=('lib32-python2: for python bindings')
source=(https://samba.org/ftp/${_name}/${_name}-${pkgver}.tar.gz)
-sha256sums=('8c570f9f4b233989bf0782b9d78bf58d51b5246cf78695182368517f6a54c8d1')
+sha256sums=('4c26efac83efea0b467a4afab413ed91557f0c299428114bf92f72fb7d03b4f6')
prepare() {
cd ${_name}-${pkgver}