summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2018-06-03 11:47:46 +0200
committerFrederic Bezies2018-06-03 11:47:46 +0200
commitc530659b1e043d2bce29b02f991db835f37640cf (patch)
treec47c69c14f2a084501e8c502888c4088c7917281
parent733b3f6e2f533d4ea4b6ad24281a8bd970d0c77e (diff)
downloadaur-c530659b1e043d2bce29b02f991db835f37640cf.tar.gz
gitlab migration
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb98b5ea8aaf..cf08b83755bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = easytag-git
pkgdesc = Utility for viewing and editing tags for most audio formats - git version
pkgver = 2.4.3.r64.g8354e8a
- pkgrel = 1
+ pkgrel = 2
url = http://projects.gnome.org/easytag/
arch = i686
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = easytag-git
depends = yelp
provides = easytag
conflicts = easytag
- source = git://git.gnome.org/easytag
+ source = git+https://gitlab.gnome.org/GNOME/easytag.git
sha1sums = SKIP
pkgname = easytag-git
diff --git a/PKGBUILD b/PKGBUILD
index dadc30103c06..f81aaffe0fd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,16 @@
pkgname=easytag-git
_gitname=easytag
pkgver=2.4.3.r64.g8354e8a
-pkgrel=1
+pkgrel=2
pkgdesc="Utility for viewing and editing tags for most audio formats - git version"
arch=('i686' 'x86_64')
license=('GPL')
url='http://projects.gnome.org/easytag/'
depends=('id3lib' 'taglib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'opusfile' 'wavpack' 'yelp')
makedepends=('git' 'intltool' 'appdata-tools' 'autoconf-archive' 'yelp-tools')
-## depends on building gnome help files
-
provides=('easytag')
conflicts=('easytag')
-source=("git://git.gnome.org/easytag")
+source=("git+https://gitlab.gnome.org/GNOME/$_gitname.git")
sha1sums=('SKIP')
pkgver() {