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

Jiachen Yang farseerfc at archlinux.org
Sun Feb 12 16:14:03 UTC 2017


    Date: Sunday, February 12, 2017 @ 16:14:03
  Author: farseerfc
Revision: 212052

upgpkg: qtox 1.8.1-1

qtox 1.8.1

Modified:
  qtox/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-12 16:10:51 UTC (rev 212051)
+++ PKGBUILD	2017-02-12 16:14:03 UTC (rev 212052)
@@ -5,9 +5,9 @@
 
 pkgname=qtox
 _pkgname=qTox
-pkgver=1.7.1
-pkgrel=5
-_gitver='6f155d4db806a664d76457d42a20246ffbd5d1ac'
+pkgver=1.8.1
+pkgrel=1
+_gitver='bdbf2b461bd2fde5c2cc00fca364f76e5b448356'
 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design guidelines'
 arch=('i686' 'x86_64')
 url='https://github.com/tux3/qTox'
@@ -25,10 +25,10 @@
 #source=("git+https://github.com/qTox/qTox.git#commit=$_gitver")
 source=("https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz"
         "https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc"
-	"pr4053.patch::https://patch-diff.githubusercontent.com/raw/qTox/qTox/pull/4053.diff")
-sha512sums=('89149d712f342ef09596d376c35b8c5573e21ce74f6edf906d6eeadb8dfe1a6b0f2945221bafb7d7509a9c857d928deed86c0ffb1e2071edd6f899e048ea7122'
+        )
+sha512sums=('372bf6852c14f86da1b89b825e2115b87669c8c54df63025feaa38166ba6dd61942ea119472ea9b5f6029322178187f1233a8feee5cd789d603613768270ec46'
             'SKIP'
-            'b36eb38c50ede1decde5eb17eab447a62dd1d71e52106f4e73c02abf2af67e308deddb9c70d46e41c51ce3aa6463d012cc19b3207e2885c16cae09cd36040bfe')
+            )
 
 # GPG key fingerprints taken from https://github.com/qTox/qTox/blob/$_gitver/README.md
 validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 <sudden6 at gmx.at>
@@ -38,10 +38,10 @@
 	      'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
 	      '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
              )
-prepare() {
-	# apply PR https://github.com/qTox/qTox/issues/4053
-	patch -p1 <pr4053.patch
-}
+# prepare() {
+# 	## apply PR https://github.com/qTox/qTox/issues/4053
+# 	#patch -p1 <pr4053.patch
+# }
 
 build() {
   install -d build



More information about the arch-commits mailing list