[arch-commits] Commit in kget/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Dec 12 13:42:58 UTC 2019


    Date: Thursday, December 12, 2019 @ 13:42:58
  Author: arojas
Revision: 371019

archrelease: copy trunk to extra-x86_64

Added:
  kget/repos/extra-x86_64/PKGBUILD
    (from rev 371018, kget/trunk/PKGBUILD)
Deleted:
  kget/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-12 13:42:47 UTC (rev 371018)
+++ PKGBUILD	2019-12-12 13:42:58 UTC (rev 371019)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kget
-pkgver=19.08.3
-pkgrel=1
-pkgdesc='Download Manager'
-url='https://kde.org/applications/internet/kget/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(qca qgpgme plasma-workspace)
-makedepends=(extra-cmake-modules boost libktorrent libmms kdoctools kdesignerplugin)
-optdepends=('libktorrent: torrent support' 'libmms: MMS support')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5a107da8313731114e7b5528f4c0cf6e0ab62867e20a9caa802de23812c69800'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kget-$pkgver \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kget/repos/extra-x86_64/PKGBUILD (from rev 371018, kget/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-12 13:42:58 UTC (rev 371019)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kget
+pkgver=19.12.0
+pkgrel=1
+pkgdesc='Download Manager'
+url='https://kde.org/applications/internet/kget/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(qca qgpgme plasma-workspace)
+makedepends=(extra-cmake-modules boost libktorrent libmms kdoctools kdesignerplugin)
+optdepends=('libktorrent: torrent support' 'libmms: MMS support')
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('90c14c1a31db5004fdbdddddc764a41cce3fbc03026900e4d50d43af126e6e1f'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kget-$pkgver \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list