summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d810520ba03c..c8c27ca5c58a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = geany-plugins-git
pkgdesc = Various plugins for Geany
pkgver = 1.27.0.17.g6122e13
pkgrel = 1
- url = http://plugins.geany.org/https://github.com/geany/geany-plugins
+ url = https://github.com/geany/geany-plugins
install = geany-plugins-git.install
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 99d0833a0d95..80359055fb19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgver=1.27.0.17.g6122e13
pkgrel=1
pkgdesc='Various plugins for Geany'
arch=('x86_64' 'i686')
-url='http://plugins.geany.org/''https://github.com/geany/geany-plugins'
+url='http://plugins.geany.org/'
+url='https://github.com/geany/geany-plugins'
license=('GPL')
depends=('geany-git' 'vte' 'lua' 'libwebkit' 'ctpl' 'gpgme' 'gtkspell' 'hicolor-icon-theme')
makedepends=('git' 'libtool' 'python' 'gpgme' 'ctpl' 'lua' 'intltool')