summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2018-06-01 10:32:31 +0200
committerFrederic Bezies2018-06-01 10:32:31 +0200
commit121fc3408aa47e625fd914c35844a2426c9d6f22 (patch)
treefcafad646ca5e51e4db42eda546b37fcf838a108
parent110f99bc0693853658c663741170b1b54ffad688 (diff)
downloadaur-121fc3408aa47e625fd914c35844a2426c9d6f22.tar.gz
gitlab migration update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8f20b48c13c..ed3a724c49fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pan-git
pkgdesc = Pan is a Usenet newsreader that's good at both text and binaries. Development version.
- pkgver = 0.145.r1.g6c6c730
+ pkgver = 0.145.r3.g1de4962
pkgrel = 1
epoch = 1
url = http://pan.rebelbase.com/
@@ -13,7 +13,7 @@ pkgbase = pan-git
depends = gtkspell3
provides = pan
conflicts = pan
- source = git://git.gnome.org/pan2
+ source = git+https://gitlab.gnome.org/GNOME/pan.git
sha256sums = SKIP
pkgname = pan-git
diff --git a/PKGBUILD b/PKGBUILD
index 52a42d0168b3..7792ad209161 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,9 @@
# Contributor: skydrome <skydrome@i2pmail.org>
# Maintainer: Frederic Bezies <mymaud@gmail.com>
-
pkgname=pan-git
-_gitname=pan2
-pkgver=0.145.r1.g6c6c730
+_gitname=pan
+pkgver=0.145.r3.g1de4962
pkgrel=1
epoch=1
pkgdesc="Pan is a Usenet newsreader that's good at both text and binaries. Development version."
@@ -16,8 +15,10 @@ depends=('gmime' 'gtkspell3')
makedepends=('git' 'intltool')
conflicts=('pan')
provides=('pan')
-source=("git://git.gnome.org/$_gitname")
+source=("git+https://gitlab.gnome.org/GNOME/$_gitname.git")
sha256sums=('SKIP')
+#git+https://gitlab.com/Kerenoc/GCstar.git
+
pkgver() {
cd "$srcdir/$_gitname"