summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2023-11-19 17:11:40 +0100
committerMuflone2023-11-19 17:11:40 +0100
commit912d05f3a495c9c08a7d90f4ca5fd0b015d1ad11 (patch)
tree76603fb65f2ac4be18ca350b523fd515eebd52f2
parent237094f8230ec5db878937cc595832a585b7c69d (diff)
downloadaur-912d05f3a495c9c08a7d90f4ca5fd0b015d1ad11.tar.gz
Updated package python-mumailer 0.4.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ce716e0463c..e2850a22327c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mumailer
pkgdesc = Simple mailer agent using SMTP
- pkgver = 0.4.3
- pkgrel = 2
+ pkgver = 0.4.4
+ pkgrel = 1
url = http://www.muflone.com/mumailer
arch = any
license = GPL3
@@ -11,8 +11,8 @@ pkgbase = python-mumailer
makedepends = python-wheel
depends = python-yaml
depends = python>=3.11
- source = mumailer-0.4.3.tar.gz::https://github.com/muflone/mumailer/archive/0.4.3.tar.gz
- sha256sums = 77dac7e498af2f230bd156bece4be7ddcd67d3e1a1b7f4e6542a97400b7b509e
+ source = mumailer-0.4.4.tar.gz::https://github.com/muflone/mumailer/archive/0.4.4.tar.gz
+ sha256sums = 8c443e807efea01b987e7233cbe16459834e999007d27ad07ebecd357eba85fe
pkgname = python-mumailer
pkgdesc = Python package to easily send email messages using SMTP
diff --git a/PKGBUILD b/PKGBUILD
index f4105173167e..9739804a5030 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=mumailer
pkgname=("python-mumailer" "mumailer")
-pkgver=0.4.3
-pkgrel=2
+pkgver=0.4.4
+pkgrel=1
pkgdesc="Simple mailer agent using SMTP"
url="http://www.muflone.com/mumailer"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
depends=('python-yaml' 'python>=3.11')
source=("${_pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('77dac7e498af2f230bd156bece4be7ddcd67d3e1a1b7f4e6542a97400b7b509e')
+sha256sums=('8c443e807efea01b987e7233cbe16459834e999007d27ad07ebecd357eba85fe')
build() {
cd "${_pkgname}-${pkgver}"
@@ -42,4 +42,3 @@ package_mumailer() {
python -m installer --destdir="build" dist/*.whl
install -m 755 -D "build/usr/bin/mumailer" "${pkgdir}/usr/bin/${pkgname}"
}
-