summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75976a163f5f..49d601b070a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = pyg3t-git
pkgdesc = Python GetText Translation Toolkit
- pkgver = 0.5.1.r328.417e7a8
+ pkgver = 0.5.1.r335.c6ee292
pkgrel = 1
- url = https://github.com/pyg3t/pyg3t
+ url = https://gitlab.com/pyg3t/pyg3t
arch = any
license = GPL3
makedepends = git
depends = python-dateutil
provides = pyg3t
conflicts = pyg3t
- source = git+https://github.com/pyg3t/pyg3t.git
+ source = git+https://gitlab.com/pyg3t/pyg3t.git
md5sums = SKIP
pkgname = pyg3t-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 14f744769987..5fdcf9306e94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_name=pyg3t
pkgname=$_name-git
-pkgver=0.5.1.r328.417e7a8
+pkgver=0.5.1.r335.c6ee292
pkgrel=1
pkgdesc="Python GetText Translation Toolkit"
arch=(any)
-url="https://github.com/pyg3t/pyg3t"
+url="https://gitlab.com/pyg3t/pyg3t"
license=('GPL3')
depends=('python-dateutil')
makedepends=('git')