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

Konstantin Gizdov kgizdov at archlinux.org
Tue Dec 22 13:55:39 UTC 2020


    Date: Tuesday, December 22, 2020 @ 13:55:39
  Author: kgizdov
Revision: 781997

upgpkg: auto-multiple-choice 1.4.0-10: add optdepends to allow email sending

Modified:
  auto-multiple-choice/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-22 13:54:29 UTC (rev 781996)
+++ PKGBUILD	2020-12-22 13:55:39 UTC (rev 781997)
@@ -1,4 +1,5 @@
-# Maintainer: Baptiste Jonglez
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+# Contributor: Baptiste Jonglez
 # Contributor: Benoit LANDRIEU
 # Contributor: Thomas LEGRAND
 # Contributor: Alexis Bienvenue
@@ -6,7 +7,7 @@
 
 pkgname=auto-multiple-choice
 pkgver=1.4.0
-pkgrel=9
+pkgrel=10
 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/'
@@ -17,6 +18,9 @@
          'ttf-linux-libertine'
          'texlive-core'
          'opencv' 'poppler' 'poppler-glib')
+optdepends=('perl-email-sender: allow email sending (1 of 3)'
+            'perl-module-pluggable: allow email sending (2 of 3)'
+            'perl-email-mime: allow email sending (3 of 3)')
 makedepends=('netpbm' 'xorgproto')
 source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
 sha256sums=('d4b4f9ec44206e421c97fe4f160df04d83230e6afdaa5cb1f1a08a1ddb337c22'



More information about the arch-commits mailing list