Date: Wednesday, January 22, 2020 @ 09:33:18
  Author: arojas
Revision: 553439

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-01-22 09:30:59 UTC (rev 553438)
+++ PKGBUILD    2020-01-22 09:33:18 UTC (rev 553439)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor : Vassilis Palassopoulos <palasso [at] gmail [dot] com>
-
-pkgname=rkward
-pkgver=0.7.1
-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=(kdewebkit ktexteditor qt5-script r)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/rkward/$pkgver/src/$pkgname-$pkgver.tar.gz";)
-sha256sums=('02a96450ef4275d38b9ff6fd13d98bcf353c5388399a813a111b640d7c61c834')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/share/org.kde.syntax-highlighting/syntax/r.xml # provided 
by syntax-highlighting
-}

Copied: rkward/repos/community-x86_64/PKGBUILD (from rev 553438, 
rkward/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-01-22 09:33:18 UTC (rev 553439)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor : Vassilis Palassopoulos <palasso [at] gmail [dot] com>
+
+pkgname=rkward
+pkgver=0.7.1
+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=(kdewebkit ktexteditor qt5-script r)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/rkward/$pkgver/src/$pkgname-$pkgver.tar.gz";)
+sha256sums=('02a96450ef4275d38b9ff6fd13d98bcf353c5388399a813a111b640d7c61c834')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/usr/share/org.kde.syntax-highlighting/syntax/r.xml # provided 
by syntax-highlighting
+}

Reply via email to