summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-05-27 15:50:21 +0200
committerKr1ss2020-05-27 15:50:21 +0200
commit7313b0d930ae912215d7ac5d162e40bc51dff87a (patch)
tree1c9395142d9175aa63afb8d95bac68d69850192d
parent3974af69127a331b6cbdb4844ec06bdf828bb86c (diff)
downloadaur-7313b0d930ae912215d7ac5d162e40bc51dff87a.tar.gz
update: getmail-python3-git 6.00.r21.b25297b-1
References to the no-more-existing `getmail.spec` file which were cau- sing build errors have been removed upstream, so the `prepare()` func- tion which fixed this isn't needed any more.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1658a9106ba0..ffe1b5bf454a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = getmail-python3-git
pkgdesc = POP3 mail retriever with reliable Maildir and command delivery; Python 3 port
- pkgver = 6.00.r20.517297d
+ pkgver = 6.00.r21.b25297b
pkgrel = 1
url = https://github.com/rpuntaie/getmail
changelog = CHANGELOG
diff --git a/PKGBUILD b/PKGBUILD
index 99918d01d5d1..bc9f6d40a7e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgver() {
"$(git rev-list --count HEAD)" \
"$(git rev-parse --short HEAD)"
}
-pkgver=6.00.r20.517297d
+pkgver=6.00.r21.b25297b
pkgrel=1
pkgdesc='POP3 mail retriever with reliable Maildir and command delivery; Python 3 port'
@@ -30,11 +30,6 @@ source=("git+$url.git")
sha256sums=('SKIP')
-prepare() {
- cd "$_pkgname"
- sed -i '/getmail\.spec/d' setup.py MANIFEST.in
-}
-
build() {
cd "$_pkgname"
python setup.py build