summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLenni vH2020-08-24 18:17:07 +0200
committerLenni vH2020-08-24 18:17:07 +0200
commit3d4e6d186335ab43075a8e56c86f1174953176e8 (patch)
tree5a3b04774e25b0243d8cc1187a93604e7dd0f977
parent31300973a0b204d53b73a1e8bcee0b3a01bdfaf7 (diff)
downloadaur-3d4e6d186335ab43075a8e56c86f1174953176e8.tar.gz
push to 0.3.1-7
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD7
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f501449c83db..f385a2999e42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bpkg-git
pkgdesc = Lightweight bash package manager
- pkgver = 0.3.1.0.g66ffdf2
- pkgrel = 2
+ pkgver = 0.3.1.7.g707863e
+ pkgrel = 1
url = http://www.bpkg.sh/
arch = any
license = MIT
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..0eb7fbfc4dfb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+*.pkg.*
+bpkg/
diff --git a/PKGBUILD b/PKGBUILD
index d5148f2e7f09..f55285823ea9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Marcos Ferreira <merkkp at gmail dot com>
+# Maintainer: d0lphin <scrouthtv [at] gmail [dot] com>
+# Contributor: Marcos Ferreira <merkkp at gmail dot com>
_gitname="bpkg"
pkgname="${_gitname}-git"
-pkgver=0.3.1.0.g66ffdf2
-pkgrel=2
+pkgver=0.3.1.7.g707863e
+pkgrel=1
pkgdesc="Lightweight bash package manager"
arch=("any")
url="http://www.bpkg.sh/"