[arch-commits] Commit in sparkleshare/repos/community-any (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Thu Jan 4 20:31:52 UTC 2018


    Date: Thursday, January 4, 2018 @ 20:31:51
  Author: bgyorgy
Revision: 278674

archrelease: copy trunk to community-any

Added:
  sparkleshare/repos/community-any/PKGBUILD
    (from rev 278673, sparkleshare/trunk/PKGBUILD)
Deleted:
  sparkleshare/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-04 20:31:45 UTC (rev 278673)
+++ PKGBUILD	2018-01-04 20:31:51 UTC (rev 278674)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jarek Sedlacek <JarekSedlacek at gmail.com>
-# Contributor: Erdbeerkaese <erdbeerkaese underscore arch at gmail dot com>
-
-pkgname=sparkleshare
-_pkgname=SparkleShare
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Collaboration and sharing tool based on git written in C Sharp"
-arch=('any')
-url="http://sparkleshare.org/"
-license=('GPL3')
-depends=('webkit2-sharp' 'notify-sharp-3' 'curl' 'git' 'openssh' 'gvfs')
-makedepends=(git)
-_commit=b4b741b1d06f0eabc80d1927588328b928ee3d11  # tags/2.0.0
-source=("git+https://github.com/hbons/SparkleShare.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd SparkleShare
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd SparkleShare
-  # Fix build
-  sed -i 's/"org.sparkleshare.SparkleShare", new string \[0\]/0, null/' SparkleShare/Linux/UserInterface.cs
-}
-
-build() {
-  cd SparkleShare
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd SparkleShare
-  make DESTDIR="$pkgdir" install
-}

Copied: sparkleshare/repos/community-any/PKGBUILD (from rev 278673, sparkleshare/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-04 20:31:51 UTC (rev 278674)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jarek Sedlacek <JarekSedlacek at gmail.com>
+# Contributor: Erdbeerkaese <erdbeerkaese underscore arch at gmail dot com>
+
+pkgname=sparkleshare
+_pkgname=SparkleShare
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Collaboration and sharing tool based on git written in C Sharp"
+arch=('any')
+url="http://sparkleshare.org/"
+license=('GPL3')
+depends=('webkit2-sharp' 'notify-sharp-3' 'curl' 'git' 'openssh' 'gvfs')
+makedepends=(git)
+_commit=ab6e95415e09483649b9362b26e204676a20a2a8  # tags/2.0.1
+source=("git+https://github.com/hbons/SparkleShare.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd SparkleShare
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd SparkleShare
+  # Fix build
+  sed -i 's/"org.sparkleshare.SparkleShare", new string \[0\]/0, null/' SparkleShare/Linux/UserInterface.cs
+}
+
+build() {
+  cd SparkleShare
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd SparkleShare
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list