summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Doppler2017-09-26 17:53:08 +0200
committerSimon Doppler2017-09-26 17:53:08 +0200
commitece559747dba94e983666b906f2d293cb8fe82b8 (patch)
tree33ffd6dbba86eceeeae4164bccb6735230dbf983
parentca05bf7f0946ec9dccbc3e8e00bfdd191e475411 (diff)
downloadaur-git-annex-remote-owncloud-git.tar.gz
upgpkg: git-annex-remote-owncloud-git r24.8af1437-1
Fix license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98c915d5580d..fc57ff12f6b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
-# Generated by mksrcinfo v8
-# Tue Sep 26 15:37:56 UTC 2017
pkgbase = git-annex-remote-owncloud-git
pkgdesc = A git-annex special remote using owncloud
pkgver = r24.8af1437
pkgrel = 1
url = https://github.com/TobiasTheViking/owncloudannex
arch = any
- license = GPL3
+ license = unknown
makedepends = python2-setuptools
depends = git-annex
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index c339580c6b33..e7942e682b7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='A git-annex special remote using owncloud'
arch=('any')
url='https://github.com/TobiasTheViking/owncloudannex'
-license=('GPL3')
+license=('unknown')
depends=('git-annex' 'python2' 'python2-requests' 'python2-ndg-httpsclient')
makedepends=('python2-setuptools')
source=("${_pkgname}::git+https://github.com/dopsi/owncloudannex")