[arch-commits] Commit in afew/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Sun Jun 16 18:31:45 UTC 2019


    Date: Sunday, June 16, 2019 @ 18:31:44
  Author: polyzen
Revision: 481874

upgpkg: afew 2.0.0-1 & use upstream checksum

Modified:
  afew/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-16 18:13:10 UTC (rev 481873)
+++ PKGBUILD	2019-06-16 18:31:44 UTC (rev 481874)
@@ -4,8 +4,8 @@
 # Contributor: Kazuo Teramoto <kaz.rag at gmail.com>
 
 pkgname=afew
-pkgver=1.3.0
-pkgrel=4
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='Initial tagging script for notmuch mail'
 arch=(any)
 url=https://github.com/afewmail/afew
@@ -13,12 +13,12 @@
 depends=('notmuch' 'python-chardet' 'python-dkim' 'python-setuptools')
 makedepends=('python-setuptools-scm' 'python-sphinx')
 source=("https://files.pythonhosted.org/packages/source/a/afew/afew-$pkgver.tar.gz")
-sha512sums=('2e15dc2aa6032b14c3fed57cb5912e3c3471592586f5fa40991b2a007d8a9579c0e1f69e455e1405923b93de64b9b8c126b5ccf8da72144528c57108beea7370')
+sha256sums=('1a685b97ddeba66d4af5ee9b2b76b1a8bccccd3d10bc285c8b82886a0328c048')
 
 build() {
   cd afew-$pkgver
   python setup.py build
-  make -C docs man
+  python setup.py build_sphinx -b man
 }
 
 check() {
@@ -29,7 +29,7 @@
 package() {
   cd afew-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 docs/build/man/afew.1
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 build/sphinx/man/afew.1
   install -Dm644 -t "$pkgdir"/usr/share/licenses/afew LICENSE
 }
 



More information about the arch-commits mailing list