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

Balló György bgyorgy at archlinux.org
Tue Jun 1 00:59:08 UTC 2021


    Date: Tuesday, June 1, 2021 @ 00:59:07
  Author: bgyorgy
Revision: 952913

upgpkg: rednotebook 2.22-1: Update to version 2.22

Modified:
  rednotebook/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-01 00:53:37 UTC (rev 952912)
+++ PKGBUILD	2021-06-01 00:59:07 UTC (rev 952913)
@@ -9,25 +9,25 @@
 # Contributor: Stefan Husmann <stefan-husmann at t-online.de>
 
 pkgname=rednotebook
-pkgver=2.21
-pkgrel=2
-pkgdesc="Modern desktop diary and personal journaling tool that lets you format, tag and search your entries"
-arch=(any)
-url="https://rednotebook.sourceforge.io/"
-license=(GPL2)
-depends=(gtksourceview3 python-gobject python-pyenchant python-yaml webkit2gtk)
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('a19f54ce8b60d7fad08b2d1d3b062e184721c226138b029d6b605880d04c54fa')
+pkgver=2.22
+pkgrel=1
+pkgdesc='Modern desktop diary and personal journaling tool that lets you format, tag and search your entries'
+arch=('any')
+url='https://rednotebook.sourceforge.io/'
+license=('GPL')
+depends=('gtksourceview3' 'python-gobject' 'python-pyenchant' 'python-yaml' 'webkit2gtk')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('1821c0a92b66f6e246270e379e717d6080a5607eefb8e459506767afd70c9a26')
 
 build() {
   cd $pkgname-$pkgver
-  python3 setup.py build
+  python setup.py build
 }
 
 package() {
   cd $pkgname-$pkgver
   export PYTHONHASHSEED=0 
-  python3 setup.py install --root="$pkgdir" --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 
   for _res in 16 22 32 48 64 128 192 256; do
     install -Dm644 rednotebook/images/rednotebook-icon/rn-$_res.png \



More information about the arch-commits mailing list