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

Jonas Witschel diabonas at archlinux.org
Sun Apr 5 13:16:25 UTC 2020


    Date: Sunday, April 5, 2020 @ 13:16:24
  Author: diabonas
Revision: 611841

upgpkg: weechat-matrix 0.2.0-1: upstream release

Modified:
  weechat-matrix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-05 13:00:10 UTC (rev 611840)
+++ PKGBUILD	2020-04-05 13:16:24 UTC (rev 611841)
@@ -1,8 +1,8 @@
 # Maintainer: Jonas Witschel <diabonas at archlinux.org>
 pkgname=weechat-matrix
-pkgver=0.1.0
-_tag=f0249bd923607220508386aefb2cb2507e11669e # git show-ref "$pkgver"
-pkgrel=2
+pkgver=0.2.0
+_tag=16d8e979166aec92cb55cd7e946e84606fffa8f4 # git show-ref "$pkgver"
+pkgrel=1
 pkgdesc='Weechat Matrix protocol script written in Python'
 arch=('any')
 url='https://github.com/poljar/weechat-matrix'
@@ -16,10 +16,8 @@
             'python-requests: matrix_decrypt and matrix_upload support'
             'ranger: default plumber for matrix_decrypt')
 install='weechat-matrix.install'
-source=("git+$url.git?signed#tag=$_tag"
-        "weechat-matrix_fix-pyproject.patch::$url/pull/170.patch")
-sha512sums=('SKIP'
-            '64a7b3a9db4b2414e2cdcf8e4a3af3c5336136518066473dfe4cc7cc07351d0a4b37460fa20c8fb26a011295808da16dc9bb94ccf6e944c3391c7ed7569fc4ef')
+source=("git+$url.git?signed#tag=$_tag")
+sha512sums=('SKIP')
 validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22') # Damir Jelić (poljar) <poljar at termina.org.uk>
 
 pkgver() {
@@ -30,10 +28,6 @@
 prepare() {
 	cd "$pkgname"
 	sed -ri 's|#!/usr/bin/env( -S)? python3|#!/usr/bin/python3|' contrib/*.py
-
-	# https://github.com/poljar/weechat-matrix/pull/170
-	# https://github.com/poljar/weechat-matrix/issues/166
-	patch --strip=1 --input="$srcdir/weechat-matrix_fix-pyproject.patch"
 	dephell deps convert --from pyproject.toml --to setup.py
 }
 



More information about the arch-commits mailing list