summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5a33bd2a6a2..2bf35213deaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gource-git
pkgdesc = software version control visualization
- pkgver = 0.51.r25.g134a0a6
+ pkgver = 0.53.r1.g3a90a6c
pkgrel = 2
url = https://gource.io/
arch = i686
@@ -16,6 +16,8 @@ pkgbase = gource-git
depends = glew
depends = boost-libs
depends = freetype2
+ provides = gource
+ conflicts = gource
source = gource::git+https://github.com/acaudwell/Gource.git
source = git+https://github.com/acaudwell/Core.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 203844ab3d1e..4f940ce4d00c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,16 @@
# Contributor: Olivier Ramonat <olivier at ramonat dot fr>
pkgname=gource-git
-pkgver=0.51.r25.g134a0a6
+pkgver=0.53.r1.g3a90a6c
pkgrel=2
pkgdesc="software version control visualization"
license=(GPL3)
arch=(i686 x86_64)
url="https://gource.io/"
-depends=(sdl2 sdl2_image pcre2 glew boost-libs freetype2 )
+depends=(sdl2 sdl2_image pcre2 glew boost-libs freetype2)
makedepends=(boost glm mesa git)
+provides=(gource)
+conflicts=(gource)
source=("${pkgname%-git}::git+https://github.com/acaudwell/Gource.git"
"git+https://github.com/acaudwell/Core.git")
sha512sums=('SKIP'