summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74b417ca4cb8..31acdd1031a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = fastdriver-git
pkgdesc = Fast-ODP (Old-Driver-Protocol) command line tool, C++ implementation
- pkgver = v0.2.beta
- pkgrel = 2
- url = https://github.com/lackofdream/fastdriver
+ pkgver = v0.2.beta.1.g4b0f4fe
+ pkgrel = 1
+ url = https://gitlab.com/lackofdream/fastdriver
arch = i686
arch = x86_64
license = Apache
@@ -13,7 +13,7 @@ pkgbase = fastdriver-git
provides = fastdriver
options = !buildflags
options = staticlibs
- source = git+https://github.com/lackofdream/fastdriver.git
+ source = git+https://gitlab.com/lackofdream/fastdriver.git
md5sums = SKIP
pkgname = fastdriver-git
diff --git a/PKGBUILD b/PKGBUILD
index 4e19ab72416d..85dba92f37f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,17 +8,17 @@
# Maintainer: Ning Humbert <galaxy0419@gmail.com>
pkgname=fastdriver-git # '-bzr', '-git', '-hg' or '-svn'
-pkgver=v0.2.beta
-pkgrel=2
+pkgver=v0.2.beta.1.g4b0f4fe
+pkgrel=1
pkgdesc="Fast-ODP (Old-Driver-Protocol) command line tool, C++ implementation"
arch=('i686' 'x86_64')
-url="https://github.com/lackofdream/fastdriver"
+url="https://gitlab.com/lackofdream/fastdriver"
license=('Apache')
depends=('crypto++' 'boost')
makedepends=('git' 'cmake') # 'bzr', 'git', 'mercurial' or 'subversion'
provides=('fastdriver')
options=('!buildflags' 'staticlibs')
-source=('git+https://github.com/lackofdream/fastdriver.git')
+source=('git+https://gitlab.com/lackofdream/fastdriver.git')
md5sums=('SKIP')
# Please refer to the 'USING VCS SOURCES' section of the PKGBUILD man page for