summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65e801275ff2..cbac22c8a582 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Oct 7 06:14:39 UTC 2017
+# Sat Oct 7 06:18:07 UTC 2017
pkgbase = skicka
pkgdesc = CLI utility for working with files and folders stored on Google Drive/Photos
pkgver = r272.70827bf
pkgrel = 1
+ url = https://github.com/google/skicka
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index f3adbb374859..7729acb9a141 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgver=r272.70827bf
pkgrel=1
pkgdesc="CLI utility for working with files and folders stored on Google Drive/Photos"
arch=('i686' 'x86_64')
+url="https://github.com/google/skicka"
license=('GPL')
makedepends=('go' 'git')
source=("skicka::git+https://github.com/google/skicka#branch=${BRANCH:-master}")