summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30a098f40710..418d6f610529 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = onedrive-fork-git
pkgver = r188.g6cc823c
pkgrel = 1
epoch = 1
- url = https://github.com/skilion/onedrive
+ url = https://github.com/kingtiger01/onedrive
arch = i686
arch = x86_64
license = GPL3
@@ -16,7 +16,7 @@ pkgbase = onedrive-fork-git
provides = onedrive=r188.g6cc823c
provides = onedrive-fork-git
conflicts = onedrive
- source = git+https://github.com/kingtiger01/onedrive.git
+ source = onedrive::git+https://github.com/kingtiger01/onedrive.git
sha256sums = SKIP
pkgname = onedrive-fork-git
diff --git a/PKGBUILD b/PKGBUILD
index d496b82a5bec..74eb27de5335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@ pkgrel=1
epoch=1
pkgdesc='Free OneDrive client written in D. - My fork with merges from other forks.(graceful continuing on upload errors)'
arch=('i686' 'x86_64')
-url='https://github.com/skilion/onedrive'
+url='https://github.com/kingtiger01/onedrive'
license=('GPL3')
depends=('curl' 'gcc-libs' 'glibc' 'sqlite')
makedepends=('dmd' 'git')
provides=("onedrive=$pkgver" "$pkgname")
conflicts=('onedrive')
-source=('git+https://github.com/kingtiger01/onedrive.git')
+source=('onedrive::git+https://github.com/kingtiger01/onedrive.git')
sha256sums=('SKIP')
pkgver() {