Date: Friday, February 10, 2023 @ 18:49:56
Author: spupykin
Revision: 1399611
archrelease: copy trunk to community-any
Added:
phpmyadmin/repos/community-any/PKGBUILD
(from rev 1399610, phpmyadmin/trunk/PKGBUILD)
Deleted:
phpmyadmin/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-10 18:49:15 UTC (rev 1399610)
+++ PKGBUILD 2023-02-10 18:49:56 UTC (rev 1399611)
@@ -1,29 +0,0 @@
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: tobias <[email protected]>
-# Contributor: Manolis Tzanidakis <[email protected]>
-# Contributor: Simon Lackerbauer <calypso "at" strpg.org>
-
-pkgname=phpmyadmin
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='https://www.phpmyadmin.net'
-license=('GPL')
-depends=('mysql-clients' 'php')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-sha512sums=('69658f94908e279e80f7cb76ac108090d704f27bc3f3206ff7d69c0aac4119ee42696ce66f98be6bc11e3532ca0d47916c1a2a8c915c3af6d1e5be6aa1d925a5')
-
-package() {
- _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
- mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
- cd "$_instdir"
-
- cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
-
- ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
- cp "$_instdir"/config.sample.inc.php
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
-}
Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 1399610,
phpmyadmin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-10 18:49:56 UTC (rev 1399611)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: tobias <[email protected]>
+# Contributor: Manolis Tzanidakis <[email protected]>
+# Contributor: Simon Lackerbauer <calypso "at" strpg.org>
+
+pkgname=phpmyadmin
+pkgver=5.2.1
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='https://www.phpmyadmin.net'
+license=('GPL')
+depends=('mysql-clients' 'php')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
+sha512sums=('8b440d90d887fa0391810732cad2b4bf502f0e045324e1f159cb06e34dae4268febaef0a6a8ac0e58d0cb0f945f3497354313585f80555f199c609de378ca873')
+
+package() {
+ _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
+ mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
+ cd "$_instdir"
+
+ cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
+
+ ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
+ cp "$_instdir"/config.sample.inc.php
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
+}