summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16dfde0923e5..e77486bc209d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
-# Generated by mksrcinfo v8
-# Thu Nov 23 15:41:06 UTC 2017
pkgbase = geany-themes-git
pkgdesc = A collection of color schemes for geany.
- pkgver = 1.22.82.g480a7bd
+ pkgver = 1.24.57.gc174137
pkgrel = 1
- url = https://github.com/codebrainz/geany-themes
+ url = https://git.geany.org/geany-themes
arch = any
license = GPL
makedepends = git
depends = geany
provides = geany-themes
conflicts = geany-themes
- source = git://github.com/codebrainz/geany-themes.git
+ source = git+https://git.geany.org/geany-themes
md5sums = SKIP
pkgname = geany-themes-git
-
diff --git a/PKGBUILD b/PKGBUILD
index a7679265d2ff..05e190c50750 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,23 +3,23 @@
pkgname=geany-themes-git
_gitname=geany-themes
-pkgver=1.22.82.g480a7bd
+pkgver=1.24.57.gc174137
pkgrel=1
pkgdesc='A collection of color schemes for geany.'
arch=('any')
-url="https://github.com/codebrainz/${_gitname}"
+url="https://git.geany.org/${_gitname}"
license=('GPL')
depends=('geany')
conflicts=('geany-themes')
makedepends=('git')
provides=('geany-themes')
-source=("git://github.com/codebrainz/${_gitname}.git")
+source=("git+https://git.geany.org/${_gitname}")
md5sums=('SKIP')
pkgver()
{
cd "${srcdir}/${_gitname}"
- git describe --always | sed 's|-|.|g'
+ git describe --always --tags | sed 's|-|.|g'
}
package()