summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Dejonckheere2023-02-20 09:36:04 +0100
committerFlorian Dejonckheere2023-02-20 09:36:04 +0100
commita412a0f6d4779f5499f9107fa38f18da863a963a (patch)
tree3a2e22421ebacd8e6ba3ee5bb05f2eeb224f2110
parente38a6ebd72ef9024fc8cd1df630fd9bf1b49df91 (diff)
downloadaur-a412a0f6d4779f5499f9107fa38f18da863a963a.tar.gz
Update geany-themes-git to use git+https
-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()