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

Sergej Pupykin spupykin at archlinux.org
Mon Feb 27 17:07:09 UTC 2017


    Date: Monday, February 27, 2017 @ 17:07:08
  Author: spupykin
Revision: 214070

fix source name

Modified:
  wt/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-27 16:36:01 UTC (rev 214069)
+++ PKGBUILD	2017-02-27 17:07:08 UTC (rev 214070)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.6
 _pkgver=3.3.6
-pkgrel=6
+pkgrel=7
 pkgdesc="a C++ library and application server for developing and deploying web applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/"
@@ -20,7 +20,8 @@
 	    'mysql++: for the hangman example'
 	    'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
-source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz wt-boost-1.63.patch)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz"
+        wt-boost-1.63.patch)
 md5sums=('a5be5f7efa93c4eae7f1d8812ff78c70'
          '87a0c637d7014e764892686891393d6b')
 



More information about the arch-commits mailing list