summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2023-01-09 18:24:52 +0100
committerLuca Weiss2023-01-09 18:29:42 +0100
commit8392a90f05cbbdc5ac6d78344f18d396dbd35a03 (patch)
tree16005e71d21af9bf908a691cace888f90a9133ea
parent6fdee7a480a2dc7739556bc6f2577e1ac68ddfd8 (diff)
downloadaur-docker-abuild-git.tar.gz
upgpkg: docker-abuild-git r139.d5b2431-1
upgpkg: docker-abuild-git r139.d5b2431-1 Update URLs to Alpine Linux GitLab
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87702dd02c60..c8768c7c84c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = docker-abuild-git
pkgdesc = Dockerised abuild
- pkgver = r126.a5c4d5e
+ pkgver = r139.d5b2431
pkgrel = 1
- url = https://github.com/alpinelinux/docker-abuild
+ url = https://gitlab.alpinelinux.org/alpine/docker-abuild
arch = any
license = MIT
makedepends = git
depends = bash
provides = docker-abuild
conflicts = docker-abuild
- source = git+https://git.alpinelinux.org/docker-abuild
+ source = git+https://gitlab.alpinelinux.org/alpine/docker-abuild.git
sha512sums = SKIP
pkgname = docker-abuild-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 12a1bfc9ddbd..7ffdf4fd7b62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=docker-abuild-git
_pkgname=docker-abuild
-pkgver=r126.a5c4d5e
+pkgver=r139.d5b2431
pkgrel=1
pkgdesc="Dockerised abuild"
arch=(any)
-url="https://github.com/alpinelinux/docker-abuild"
+url="https://gitlab.alpinelinux.org/alpine/docker-abuild"
license=(MIT)
provides=(docker-abuild)
conflicts=(docker-abuild)
depends=(bash)
makedepends=(git)
-source=("git+https://git.alpinelinux.org/docker-abuild")
+source=("git+https://gitlab.alpinelinux.org/alpine/docker-abuild.git")
sha512sums=('SKIP')
pkgver() {