[arch-commits] Commit in python-editor/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Thu Feb 7 21:49:01 UTC 2019
Date: Thursday, February 7, 2019 @ 21:49:00
Author: anthraxx
Revision: 430392
upgpkg: python-editor 1.0.4-1
Modified:
python-editor/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-07 21:40:25 UTC (rev 430391)
+++ PKGBUILD 2019-02-07 21:49:00 UTC (rev 430392)
@@ -4,8 +4,8 @@
pkgbase=python-editor
pkgname=('python-editor' 'python2-editor')
-pkgver=1.0.3
-pkgrel=3
+pkgver=1.0.4
+pkgrel=1
pkgdesc='Programmatically open an editor, capture the result'
url='https://github.com/fmoo/python-editor'
arch=('any')
@@ -12,8 +12,8 @@
license=('Apache')
makedepends=('python-setuptools' 'python2-setuptools')
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/fmoo/python-editor/archive/${pkgver}.tar.gz)
-sha256sums=('e627a2160bdf5e435dcde964cf38bae39c02cdd8da2ccf5fac313b2ca453e2a3')
-sha512sums=('0b14462099f8c5a3a7517f0f0cb744470284c34d164483bc58b15ecf4c5484090149d5dcb923b932a41857cfa34d4f10e4238ccc20089804a14631a459b63a39')
+sha256sums=('61a4758919668b8ffe5eb389a86a4c2e8c2f789c02b9c6aee0ddf3c4ebfe3fd3')
+sha512sums=('2a01ffa5967be31ec425ddb9cd2c57f327b61547f011e1510005a7b6cab30ba01fe81e18cb38e7c4f39796350701997d11a5059568b987355878671a5299eaf5')
prepare() {
cp -a ${pkgbase}-${pkgver}{,-py2}
@@ -32,7 +32,7 @@
package_python-editor() {
depends=('python')
cd ${pkgbase}-${pkgver}
- python setup.py install --root="${pkgdir}" --skip-build
+ python setup.py install --root="${pkgdir}" -O1 --skip-build
install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
}
@@ -39,7 +39,7 @@
package_python2-editor() {
depends=('python2')
cd ${pkgbase}-${pkgver}-py2
- python2 setup.py install --root="${pkgdir}" --skip-build
+ python2 setup.py install --root="${pkgdir}" -O1 --skip-build
install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
}
More information about the arch-commits
mailing list