summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9f5619f55b73..2ae9a2987b87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
DCL.txt
+add_dgraph_account.sh
+*.service
# Created by https://www.gitignore.io/api/archlinuxpackages
# Edit at https://www.gitignore.io/?templates=archlinuxpackages
diff --git a/PKGBUILD b/PKGBUILD
index addfde865d34..964a0624359a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=dgraph-bin
pkgver=20.11.3
-pkgrel=1
+pkgrel=2
pkgdesc='Fast, transactional, distributed graph database'
arch=('x86_64')
url='https://github.com/dgraph-io/dgraph'