[arch-commits] Commit in filebin/trunk (PKGBUILD)

Justin Kromlinger hashworks at archlinux.org
Sun Aug 30 09:56:12 UTC 2020


    Date: Sunday, August 30, 2020 @ 09:56:12
  Author: hashworks
Revision: 692592

upgpkg: filebin 3.4.5-4: Fix optdepends name

Modified:
  filebin/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-30 09:47:17 UTC (rev 692591)
+++ PKGBUILD	2020-08-30 09:56:12 UTC (rev 692592)
@@ -2,13 +2,13 @@
 # Contributor: Simon Hanna<simon DOT Hanna AT serve-me DOT info>
 pkgname=filebin
 pkgver=3.4.5
-pkgrel=3
+pkgrel=4
 pkgdesc="A pastebin service written in PHP"
 arch=('any')
 url="https://wiki.server-speed.net/projects/filebin"
 license=('AGPL' 'MIT')
 makedepends=('nodejs' 'git')
-optdepends=('mariadb' 'postgres')
+optdepends=('mariadb' 'postgresql')
 depends=('php'
          'pygmentize'
          'python-ansi2html'



More information about the arch-commits mailing list