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

Antonio Rojas arojas at archlinux.org
Tue Jul 10 11:20:37 UTC 2018


    Date: Tuesday, July 10, 2018 @ 11:20:37
  Author: arojas
Revision: 355991

Use tarball

Modified:
  sink/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-10 11:19:26 UTC (rev 355990)
+++ PKGBUILD	2018-07-10 11:20:37 UTC (rev 355991)
@@ -2,7 +2,7 @@
 
 pkgname=sink
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An offline-caching, synchronization and indexing system for PIM data"
 arch=(x86_64)
 url="https://community.kde.org/KDE_PIM"
@@ -9,9 +9,8 @@
 license=(LGPL)
 depends=(kcontacts kcalcore kasync kimap2 kdav2 lmdb libgit2 xapian-core)
 makedepends=(extra-cmake-modules flatbuffers)
-#source=("https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
-source=($pkgname-$pkgver.tar.gz::"https://github.com/KDE/sink/archive/v$pkgver.tar.gz")
-sha256sums=('08f392c686c34d61c71ae53c96c2d04f58d251a13327289b0942421c7f0f65a0')
+source=("https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha256sums=('7ef9e89cd3be0274e4b1560cfe035b5f3f056e85af65c9c4e5570878fd0a7e13')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list