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

Jiachen Yang farseerfc at archlinux.org
Mon Dec 26 11:29:57 UTC 2016


    Date: Monday, December 26, 2016 @ 11:29:56
  Author: farseerfc
Revision: 202753

upgpkg: qtox 1.7.0-1

qtox release 1.7.0 with upstream sign

Modified:
  qtox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-26 10:52:32 UTC (rev 202752)
+++ PKGBUILD	2016-12-26 11:29:56 UTC (rev 202753)
@@ -5,9 +5,9 @@
 
 pkgname=qtox
 _pkgname=qTox
-pkgver=1.6.0.0a1a781
-pkgrel=2
-_gitver='0a1a781249f1c044dc06c67fda8966f7c91b743c'
+pkgver=1.7.0
+pkgrel=1
+_gitver='12c21b21d2d62a27b0002c1add7e4d7faa0d018d'
 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design guidelines'
 arch=('i686' 'x86_64')
 url='https://github.com/tux3/qTox'
@@ -22,14 +22,19 @@
          'toxcore')
 makedepends=('qt5-tools' 'git')
 
-source=("git+https://github.com/qTox/qTox.git#commit=$_gitver")
-#source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-#sha512sums=('6ccf2c17c25ea30899356518b8f8849ed53404a8ac81180e2719c979dab1f411a93aa08ad759b3e8defea994d3baaf538ed354b733a321de3615521dcf6c8192')
-sha512sums=("SKIP")
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver")
+source=("https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz"
+        "https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver.tar.gz.asc")
+sha512sums=('f7a49f00e222f49653388ddca973a2c49ca84b7dd1625997bb3fe819332bee252b59e5478437569d7e6ab6ce501eb2c909d22cec64349e94ddcdd7458143386f'
+            'SKIP')
 
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 <sudden6 at gmx.at>
+              'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar <zetok at openmailbox.org>
+             )
+
 build() {
-  cd $_pkgname
-  #cd $_pkgname-$pkgver
+  #cd $_pkgname
+  cd $_pkgname-$pkgver
 
   install -d build
   cd build
@@ -39,7 +44,7 @@
 
 package() {
   # executable
-  #cd $_pkgname-$pkgver/build
-  cd $_pkgname/build
+  cd $_pkgname-$pkgver/build
+  #cd $_pkgname/build
   make INSTALL_ROOT="$pkgdir" install
 }



More information about the arch-commits mailing list