summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a047bcc5d77..477d9290830d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Simon Hanna <simon dot hanna AT serve-me DOT info>
pkgname=('python-mailmanclient' 'python2-mailmanclient')
-_commit=649da3faa742fad9f4802df4d12daa78517db30f
-pkgver=1.0.1
+_commit="5d57d74c6145f22692b80de388ab763f6b348008"
+pkgver="3.1.0"
pkgrel=1
pkgdesc="Library that provides official Python bindings for the GNU Mailman 3 REST API"
arch=(any)
url="https://gitlab.com/mailman/mailmanclient"
license=('LGPL')
options=(!emptydirs)
-source=("${_pkgbase}-${pkgver}.tar.gz::https://gitlab.com/mailman/mailmanclient/repository/archive.tar.gz?ref=${pkgver}")
-sha256sums=('71bc240347a50dc1b547c6cf21c5f4763b35c074b1f3900fb144c07edc267185')
+source=("mailmanclient-${pkgver}.tar.gz::https://gitlab.com/mailman/mailmanclient/repository/archive.tar.gz?ref=${pkgver}")
+sha256sums=('9916b86b02fe3027bc389bb3eee4a489693ddeef287d505a197d82687cafbd1e')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-mailmanclient() {