[arch-commits] Commit in auto-multiple-choice/trunk (PKGBUILD)

Baptiste Jonglez zorun at archlinux.org
Fri Jan 4 13:25:25 UTC 2019


    Date: Friday, January 4, 2019 @ 13:25:24
  Author: zorun
Revision: 420533

upgpkg: auto-multiple-choice 1.4.0-2

Add missing dependencies

Modified:
  auto-multiple-choice/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-04 12:46:11 UTC (rev 420532)
+++ PKGBUILD	2019-01-04 13:25:24 UTC (rev 420533)
@@ -6,7 +6,7 @@
 
 pkgname=auto-multiple-choice
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="AMC is a piece of software that can help you creating and managing multiple choice questionnaires (MCQ), with automated marking. Answers sheets are formatted with LaTeX."
 arch=('x86_64')
 url='https://www.auto-multiple-choice.net/'
@@ -13,11 +13,11 @@
 license=('GPL2')
 depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 'perl-locale-gettext'
          'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 'perl-file-mimeinfo'
-         'perl-text-csv' 'perl-dbi' 'perl-archive-zip'
+         'perl-text-csv' 'perl-dbi' 'perl-archive-zip' 'perl-clone'
          'ttf-linux-libertine'
+         'texlive-core'
          'opencv' 'poppler' 'poppler-glib')
 makedepends=('netpbm')
-optdepends=('texlive-core: LaTeX distribution')
 source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
 sha256sums=('d4b4f9ec44206e421c97fe4f160df04d83230e6afdaa5cb1f1a08a1ddb337c22'
             'SKIP')



More information about the arch-commits mailing list