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

David Runge dvzrv at archlinux.org
Sat Oct 20 08:49:36 UTC 2018


    Date: Saturday, October 20, 2018 @ 08:49:36
  Author: dvzrv
Revision: 398021

upgpkg: tmuxp 1.5.0a-2

Removing hard version pinning, as they consistently cause problems.

Modified:
  tmuxp/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-20 08:35:55 UTC (rev 398020)
+++ PKGBUILD	2018-10-20 08:49:36 UTC (rev 398021)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 pkgname=tmuxp
 pkgver=1.5.0a
-pkgrel=1
+pkgrel=2
 pkgdesc="tmux session manager. built on libtmux"
 arch=('any')
 url="https://tmuxp.git-pull.com/en/latest/"
@@ -13,6 +13,13 @@
 source=("$pkgname-$pkgver.tar.gz::https://github.com/tony/${pkgname}/archive/v${pkgver}.tar.gz")
 sha512sums=('e98847eb8613f44f114ecb896bc39ec213a4c7a0c29eb45ea243735aa835582db28d69baeb374c09779687ef0be692c7191fe31226f1b89cc6e4c73d226b0aa8')
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # remove all hard version pinning:
+  # https://github.com/tmux-python/tmuxp/issues/432
+  sed -e 's/==/>=/g' -i requirements/*.txt
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
   python setup.py build



More information about the arch-commits mailing list