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

Felix Yan felixonmars at archlinux.org
Sun Feb 10 07:43:53 UTC 2019


    Date: Sunday, February 10, 2019 @ 07:43:53
  Author: felixonmars
Revision: 431128

upgpkg: pius 2.2.7-1

Modified:
  pius/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 07:43:50 UTC (rev 431127)
+++ PKGBUILD	2019-02-10 07:43:53 UTC (rev 431128)
@@ -1,31 +1,29 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=pius
-pkgver=2.2.6
+pkgver=2.2.7
 pkgrel=1
 pkgdesc="PGP Individual User Signer"
 arch=('any')
 url="http://www.phildev.net/pius/"
 license=('GPL')
-# Python 3 version is buggy
-depends=('python2-six')
-checkdepends=('python2-pytest')
+depends=('python-six')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/jaymzh/pius/archive/v$pkgver.tar.gz")
-sha512sums=('bb6f525e09a04f667de25f60cca94c0e737c72741d792c59dec97b2c1a8cca5b688ef6bcf75b333b03c5003a7f3cfa672f33a5f3eab9c2fee3c3aa235f989ec7')
+sha512sums=('079fe93592383d0974a8d583772087d3ac0544dce92d4cbb0b4fd5169bd8e26bac71729f9ef989bbdea2911ba11a60eef48e274864f6601e53aba6b887f79978')
 
 build() {
   cd pius-$pkgver
-  python2 setup.py build
+  python setup.py build
 }
 
 check() {
   cd pius-$pkgver
-  # pytest2
+  ./run_tests
 }
 
 package() {
   cd pius-$pkgver
-  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir"
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list