summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2017-10-07 03:18:20 -0300
committerHugo Osvaldo Barrera2017-10-07 03:18:20 -0300
commit69811a3dc928a51e2efdaf937d7b28c7cfa919f4 (patch)
tree07a2d4a8f66dfacbcb1f9c76eae5355732b312dd
parent0ec9992bbddb2c73daa6f88e55fba9a41c8026f0 (diff)
downloadaur-69811a3dc928a51e2efdaf937d7b28c7cfa919f4.tar.gz
Set URL
-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}")