summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMattia Gasparotto2020-12-31 21:46:59 +0100
committerMattia Gasparotto2020-12-31 21:46:59 +0100
commit3aba091593db64a4fddb88b41f778390fcba1469 (patch)
tree25b54cf5d88c559da9a326c06dbbe3a37c904359 /PKGBUILD
parent0515ac78735e348796487db929ef293de12bb923 (diff)
downloadaur-3aba091593db64a4fddb88b41f778390fcba1469.tar.gz
Updated package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 084606d44f8d..645841654ef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
-# Contributor: Felix Yan <felixonmars@archlinux>
+# Maintainer: Gasparotto Mattia <gasmat04@gmail.com>
_pkgname=python-gammu
pkgname=python2-gammu
@@ -21,7 +20,6 @@ build() {
}
check() {
- # tests can be flaky on slower hardware due to timing
cd "${srcdir}"/python-gammu-$pkgver
python2 setup.py test
}