summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof (3ED) AS2015-09-21 15:08:38 +0200
committerKrzysztof (3ED) AS2015-09-21 15:08:38 +0200
commitf080e95908cd6df77ab0b9f10f52bc53381ab266 (patch)
treedacb594da97c28a74fd76ce350fdc278a4f99b21
parentd84afe8652df52607bd3d0df4e3e9a3ac3b156a5 (diff)
downloadaur-f080e95908cd6df77ab0b9f10f52bc53381ab266.tar.gz
Fix url from previosly used (github with 404) to mate project
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55aced7d03d2..71f7cf10e7d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = pluma-plugins
pkgver = 1.8.0
pkgrel = 2
epoch = 1
- url = https://github.com//pluma-plugins
+ url = http://mate-desktop.org/
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 58640d51d3b4..725aeb31aa91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _cygrel=1
epoch=1
pkgrel=2
arch=('i686' 'x86_64')
-url="https://github.com/${_reponame}/${pkgname}"
+url="http://mate-desktop.org/"
license=('GPL')
depends=('pluma' 'mate-common')
source=(${pkgname}-${pkgver}.tar.gz::http://cygwin.cathedral-networks.org/x86/release/${pkgname}/${pkgname}-${pkgver}-${_cygrel}-src.tar.xz)