summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-02-05 15:46:52 -0500
committerChris Severance2018-02-05 15:46:52 -0500
commitd65ef86834a05a6c0b37a2160c5e889a7a3d4a55 (patch)
treee2c2a29786897b653a245f4409668111b9b5076a
parent2c83034f3a89bee80109bf8c01d81c2d78558981 (diff)
downloadaur-d65ef86834a05a6c0b37a2160c5e889a7a3d4a55.tar.gz
Update to 4.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9b9ebfeb929..710c0c26a263 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 29 19:16:52 UTC 2018
+# Mon Feb 5 20:46:52 UTC 2018
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.5.0.r0.g536999d4
+ pkgver = 4.6.0.r0.gd2ed0f78
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.5.0
+ provides = adminer=4.6.0
conflicts = adminer
source = adminer-git::git://adminer.git.sourceforge.net/gitroot/adminer/adminer
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fe7ce1381efb..7fd88dcbdbb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ fi
_pkgname='adminer'
pkgname="${_pkgname}-git"
-pkgver=4.5.0.r0.g536999d4
+pkgver=4.6.0.r0.gd2ed0f78
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')