summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-01-20 12:54:24 +0100
committerDaniel Peukert2020-01-20 12:54:24 +0100
commit39cdcb84027b204851f6873a35649a5176a83442 (patch)
treec0578b4c276b224002b124dd2e9db6d96176d296
parent8767c9a54b08df146c9fc50e4b19772ae494aacc (diff)
downloadaur-39cdcb84027b204851f6873a35649a5176a83442.tar.gz
Renamed Mailpile/print archive to be consistent with other packages
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd84a0ff2294..07efb709fb2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,7 +26,7 @@ pkgbase = mailpile
optdepends = pagekite: remote access
optdepends = python2-stem>=1.4: remote access
source = mailpile-1.0.0rc6-2.tar.gz::https://github.com/mailpile/Mailpile/archive/1.0.0rc6.tar.gz
- source = mailpile-1.0.0rc6-2-print.tar.gz::https://github.com/mailpile/Mailpile-print/archive/7c1372b999dd6e68710e08e16778f2986c064295.tar.gz
+ source = mailpile-print-1.0.0rc6-2.tar.gz::https://github.com/mailpile/Mailpile-print/archive/7c1372b999dd6e68710e08e16778f2986c064295.tar.gz
source = mailpile.sysusers
source = mailpile.tmpfiles
source = mailpile.service
diff --git a/PKGBUILD b/PKGBUILD
index 58b399bbd12b..b37c210b9a10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ makedepends=('python2-setuptools')
install="$pkgname.install"
source=(
"$pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/$pkgname/${pkgname^}/archive/$pkgver.tar.gz"
- "$pkgname-$pkgver-$pkgrel-print.tar.gz::https://github.com/$pkgname/${pkgname^}-print/archive/$_printcommit.tar.gz"
+ "$pkgname-print-$pkgver-$pkgrel.tar.gz::https://github.com/$pkgname/${pkgname^}-print/archive/$_printcommit.tar.gz"
"$pkgname.sysusers"
"$pkgname.tmpfiles"
"$pkgname.service"