[arch-commits] Commit in autojump/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Apr 8 19:20:08 UTC 2019
Date: Monday, April 8, 2019 @ 19:20:07
Author: jlichtblau
Revision: 450447
upgpkg: autojump 22.5.3-1 - new upstream release
Modified:
autojump/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-08 19:08:11 UTC (rev 450446)
+++ PKGBUILD 2019-04-08 19:20:07 UTC (rev 450447)
@@ -5,8 +5,8 @@
# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
pkgname=autojump
-pkgver=22.5.1
-pkgrel=2
+pkgver=22.5.3
+pkgrel=1
pkgdesc="A faster way to navigate your filesystem from the command line"
arch=('any')
url="https://github.com/wting/autojump"
@@ -13,11 +13,14 @@
license=('GPL3')
depends=('python')
source=($pkgname-$pkgver.tar.gz::https://github.com/wting/$pkgname/archive/release-v$pkgver.tar.gz)
-sha256sums=('765fabda130eb4df70d1c1e5bc172e1d18f8ec22c6b89ff98f1674335292e99f')
+sha256sums=('00daf3698e17ac3ac788d529877c03ee80c3790472a85d0ed063ac3a354c37b1')
prepare() {
cd $pkgname-release-v$pkgver
sed -i "s:/env python:/python3:g" bin/$pkgname
+
+ python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+ python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
}
package() {
More information about the arch-commits
mailing list