[arch-commits] Commit in rkward/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Mar 16 08:34:29 UTC 2022


    Date: Wednesday, March 16, 2022 @ 08:34:29
  Author: arojas
Revision: 1155321

archrelease: copy trunk to community-x86_64

Added:
  rkward/repos/community-x86_64/PKGBUILD
    (from rev 1155320, rkward/trunk/PKGBUILD)
Deleted:
  rkward/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-16 08:34:19 UTC (rev 1155320)
+++ PKGBUILD	2022-03-16 08:34:29 UTC (rev 1155321)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor : Vassilis Palassopoulos <palasso [at] gmail [dot] com>
-
-pkgname=rkward
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="An easy to use and easily extensible IDE/GUI for R"
-url="https://rkward.kde.org/"
-arch=(x86_64)
-license=(GPL)
-depends=(qt5-webengine ktexteditor qt5-script r)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/rkward/$pkgver/src/$pkgname-$pkgver.tar.gz")
-sha256sums=('452350a4057d9dc87bb7c7e2f5c38b5cb9715b42141186b0e8c4a28e3dd2adf6')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: rkward/repos/community-x86_64/PKGBUILD (from rev 1155320, rkward/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-16 08:34:29 UTC (rev 1155321)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor : Vassilis Palassopoulos <palasso [at] gmail [dot] com>
+
+pkgname=rkward
+pkgver=0.7.2
+pkgrel=2
+pkgdesc='An easy to use and easily extensible IDE/GUI for R'
+url='https://rkward.kde.org/'
+arch=(x86_64)
+license=(GPL)
+depends=(qt5-webengine ktexteditor qt5-script r)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/rkward/$pkgver/src/$pkgname-$pkgver.tar.gz)
+sha256sums=('452350a4057d9dc87bb7c7e2f5c38b5cb9715b42141186b0e8c4a28e3dd2adf6')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list