summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Van Gestel2020-01-21 10:49:54 +0100
committerMatthias Van Gestel2020-01-21 10:49:54 +0100
commit64c0a07e6eee2263f2267d466dc6e52787d1b070 (patch)
treea998fe78c52d1476c61b00059462cde533975a8e
parent8cf0242b56d3a8a9188a10cb9e65bf7bbc8126dc (diff)
downloadaur-64c0a07e6eee2263f2267d466dc6e52787d1b070.tar.gz
Move repo url to gitlab.com proj_amx_01
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 600ea50ce41c..172edb0bb717 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = lib_amxm-git
pkgdesc = Generic C-implementation of modular support
pkgver = v0.0.0.r13.gb80f433
pkgrel = 1
- url = https://gitlab.com/fenrig/lib_amxm
+ url = https://gitlab.com/proj_amx_01/libraries/lib_amxm
arch = any
license = MIT
depends = lib_amxc
provides = lib_amxm
conflicts = lib_amxm
- source = lib_amxm-git::git+https://gitlab.com/fenrig/lib_amxm.git#branch=master
+ source = lib_amxm-git::git+https://gitlab.com/proj_amx_01/libraries/lib_amxm.git#branch=master
md5sums = SKIP
pkgname = lib_amxm-git
diff --git a/PKGBUILD b/PKGBUILD
index e9ac15ef731e..a2b5db46376e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: fenrig <fenrig.linux at outlook.com>
pkgname=lib_amxm-git
-pkgver=v0.0.0.r13.gb80f433
+pkgver=v0.0.1.r0.g0335c40
pkgrel=1
pkgdesc="Generic C-implementation of modular support"
arch=('any')
-url="https://gitlab.com/fenrig/lib_amxm"
+url="https://gitlab.com/proj_amx_01/libraries/lib_amxm"
license=('MIT')
depends=(
@@ -21,7 +21,7 @@ conflicts=(
gitbranch="master"
-source=("${pkgname}::git+https://gitlab.com/fenrig/lib_amxm.git#branch=${gitbranch}")
+source=("${pkgname}::git+https://gitlab.com/proj_amx_01/libraries/lib_amxm.git#branch=${gitbranch}")
md5sums=('SKIP')
pkgver() {