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

Sergej Pupykin spupykin at archlinux.org
Mon Nov 14 18:12:36 UTC 2016


    Date: Monday, November 14, 2016 @ 18:12:35
  Author: spupykin
Revision: 195877

Modified:
  qps/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-14 18:10:13 UTC (rev 195876)
+++ PKGBUILD	2016-11-14 18:12:35 UTC (rev 195877)
@@ -7,12 +7,12 @@
 _dlpkgver=5963
 pkgrel=4
 pkgdesc="a visual process manager, an X11 version of 'top' or 'ps'."
-url="http://qps.kldp.net/projects/qps"
+url="https://github.com/QtDesktop/qps"
 depends=('qt4')
 arch=('i686' 'x86_64')
 license=("GPL")
-source=(http://kldp.net/frs/download.php/${_dlpkgver}/qps-$pkgver.tar.bz2)
-sha256sums=('0e0223b799fc7ed3928c7d11ecd911f6b7fbb61b9fcd301dbc9b8e07917b980f')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/QtDesktop/qps/archive/v$pkgver.tar.gz")
+sha256sums=('09015e066c555821c8d7bdcec26bf8d9e0130431664625533b44a73a8de4101f')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver



More information about the arch-commits mailing list