summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2020-07-22 20:47:06 -0400
committerChris Severance2020-07-22 20:47:06 -0400
commite883b6beab8c75e331ea4d224dd13aaf45273455 (patch)
tree6b749e9bf02c3c8a6f486114668e056275195fa1 /PKGBUILD
parentaf97c6b708e65ab5e5f075c2ade441c3a01f9e98 (diff)
downloadaur-e883b6beab8c75e331ea4d224dd13aaf45273455.tar.gz
autu: Update to 4.7.7-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a47adf59d215..8528f48b5b31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ fi
_pkgname='adminer-editor'
pkgname="${_pkgname}"
-pkgver='4.7.6'
+pkgver='4.7.7'
pkgrel='1'
pkgdesc='Database data editing tool written in PHP'
arch=('any')
@@ -37,10 +37,12 @@ license=('Apache')
depends=('php')
optdepends=('mariadb' 'apache' 'postgresql' 'sqlite' 'sqlite2')
_verwatch=("${url}" '/static/download/[0-9\.]\+/editor-\([0-9\.]\+\).php' 'l')
+options=('!strip')
install="${_pkgname}.install"
#source=("http://downloads.sourceforge.net/adminer/editor-${pkgver}.php")
source=("https://www.adminer.org/static/download/${pkgver}/editor-${pkgver}.php")
-sha256sums=('0858220a1b52cb68412efcd6f313ae4a22bc07a0c059fb43670905b724dc811c')
+md5sums=('15c621d92803398e9faac594391c3232')
+sha256sums=('3338210ccb74f6fc74a6b53158fcadd724fcb9b9bf91d6ba24aab339c365b22f')
package() {
set -u