summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-07-19 19:11:49 -0400
committerChris Severance2019-07-19 19:11:49 -0400
commit17155612264c42fc8315303dc7814f7d9e579961 (patch)
treedff0611864acc105d23a23f7c616b314c418e14a
parent71ea727d82be8c1e242badd0ec255b61cf97fae1 (diff)
downloadaur-17155612264c42fc8315303dc7814f7d9e579961.tar.gz
autu: Update to 4.7.2.r0.gfd1691cb-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ddd47f984de..863bcc396ea6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 4 01:18:57 UTC 2019
+# Fri Jul 19 23:11:49 UTC 2019
pkgbase = adminer-git
pkgdesc = a web based SQL management tool supporting MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB. Formerly phpMinAdmin.
- pkgver = 4.7.1.r0.g7247f801
+ pkgver = 4.7.2.r0.gfd1691cb
pkgrel = 1
url = https://www.adminer.org
install = adminer.install
@@ -16,7 +16,7 @@ pkgbase = adminer-git
optdepends = postgresql
optdepends = sqlite: for sqlite3
optdepends = sqlite2
- provides = adminer=4.7.1
+ provides = adminer=4.7.2
conflicts = adminer
source = adminer-git::git://adminer.git.sourceforge.net/gitroot/adminer/adminer
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 007b989e8d7c..b7800f8d0468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ fi
_pkgname='adminer'
pkgname="${_pkgname}-git"
-pkgver=4.7.1.r0.g7247f801
+pkgver=4.7.2.r0.gfd1691cb
pkgrel=1
pkgdesc='a web based SQL management tool supporting MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB. Formerly phpMinAdmin.'
arch=('any')