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

Laurent Carlier lcarlier at nymeria.archlinux.org
Wed Jul 3 19:08:02 UTC 2013


    Date: Wednesday, July 3, 2013 @ 21:08:02
  Author: lcarlier
Revision: 93463

upgpkg: krecipes 2.0beta2-4

fix typo in optdepends (FS#35967)

Modified:
  krecipes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-03 16:07:40 UTC (rev 93462)
+++ PKGBUILD	2013-07-03 19:08:02 UTC (rev 93463)
@@ -7,14 +7,14 @@
 pkgname=krecipes
 pkgver=2.0beta2
 _pkgver=2.0-beta2
-pkgrel=3
+pkgrel=4
 pkgdesc="A tool designed to make organizing your personal recipes collection fast and easy"
 arch=('i686' 'x86_64')
 url="http://extragear.kde.org/apps/krecipes/"
 license=('GPL')
 depends=('kdebase-runtime' 'qimageblitz' 'hicolor-icon-theme')
 makedepends=('cmake' 'automoc4' 'docbook-xsl')
-optdepends=('matriadb' 'postgresql')
+optdepends=('mariadb' 'postgresql')
 install=${pkgname}.install
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz)
 md5sums=('4c01ccad7ad1409cb35c824a61250fe2')




More information about the arch-commits mailing list