summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18492ebfffb4..a75e77c95e80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,13 @@ pkgbase = geany-themes-git
pkgdesc = A collection of color schemes for geany.
pkgver = 1.22.26
pkgrel = 2
- url = https://github.com/codebrainz/geany-themes
+ url = https://github.com/codebrainz/${_gitname}
arch = any
license = GPL
makedepends = git
depends = geany
provides = geany-themes
+ conflicts = geany-themes
source = git://github.com/codebrainz/geany-themes.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6259e3a4bca5..3be04a97d39e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,12 @@ pkgname=geany-themes-git
_gitname=geany-themes
pkgver=1.22.26
pkgrel=2
-pkgdesc="A collection of color schemes for geany."
+pkgdesc='A collection of color schemes for geany.'
arch=('any')
-url="https://github.com/codebrainz/${_gitname}"
+url='https://github.com/codebrainz/${_gitname}'
license=('GPL')
depends=('geany')
+conflicts=('geany-themes')
makedepends=('git')
provides=('geany-themes')
source=("git://github.com/codebrainz/${_gitname}.git")