[arch-commits] Commit in sugar-activity-write/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Mon Mar 9 20:51:24 UTC 2020
Date: Monday, March 9, 2020 @ 20:51:24
Author: bgyorgy
Revision: 593321
upgpkg: sugar-activity-write 101-1: Update to new version
Modified:
sugar-activity-write/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-09 20:48:38 UTC (rev 593320)
+++ PKGBUILD 2020-03-09 20:51:24 UTC (rev 593321)
@@ -2,7 +2,7 @@
pkgname=sugar-activity-write
_pkgname=Write
-pkgver=100
+pkgver=101
pkgrel=1
pkgdesc="Sugar activity to edit texts"
arch=('any')
@@ -11,14 +11,9 @@
groups=('sugar-fructose')
depends=('abiword' 'sugar-toolkit-gtk3')
source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('00235f57d7f35ab2bca1357402f0ebce8b5ff0a4b814bda2389cb6f21aa558dc')
+sha256sums=('1844a35c2d67d54164c81031d1ab72bff2ba5c67eae914baaf0250ee613e2df9')
-prepare() {
- cd $_pkgname-$pkgver
- sed -i 's@^#!.*python$@#!/usr/bin/python2@' gridcreate.py setup.py
-}
-
package() {
cd $_pkgname-$pkgver
- python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+ python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
}
More information about the arch-commits
mailing list