summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof (3ED) AS2015-09-21 15:06:06 +0200
committerKrzysztof (3ED) AS2015-09-21 15:06:06 +0200
commitd84afe8652df52607bd3d0df4e3e9a3ac3b156a5 (patch)
treecc7c66c5a86a53b5a5026e4fd2395d493b4fcb99
parentafe08a0a6106c555d193f59bd85064cb49049bfd (diff)
downloadaur-d84afe8652df52607bd3d0df4e3e9a3ac3b156a5.tar.gz
Fix source location
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc71b861cd3b..55aced7d03d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = pluma-plugins
pkgver = 1.8.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
- url = https://github.com/cygwinports/pluma-plugins
+ url = https://github.com//pluma-plugins
arch = i686
arch = x86_64
license = GPL
depends = pluma
depends = mate-common
- source = pluma-plugins-1.8.0.tar.gz::https://github.com/cygwinports/pluma-plugins/archive/1.8.0.tar.gz
- sha256sums = d27bd9e7aa05d0bd23812d6087646880019f15d26cb94fc3e857c3806f228fe9
+ source = pluma-plugins-1.8.0.tar.gz::http://cygwin.cathedral-networks.org/x86/release/pluma-plugins/pluma-plugins-1.8.0-1-src.tar.xz
+ sha256sums = 1c14155ef4474ebb2850d67eb042776c49e4689d515876a015e59146e7fd2eb3
pkgname = pluma-plugins
diff --git a/PKGBUILD b/PKGBUILD
index 24bd1bfe18bc..58640d51d3b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,21 @@
# Contributor: adlerweb <get on aur>
pkgname=pluma-plugins
-_reponame=cygwinports
pkgver=1.8.0
+_cygrel=1
epoch=1
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://github.com/${_reponame}/${pkgname}"
license=('GPL')
depends=('pluma' 'mate-common')
-#makedepends=('autoconf-2.5' 'automake-1.12')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${_reponame}/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('d27bd9e7aa05d0bd23812d6087646880019f15d26cb94fc3e857c3806f228fe9')
+source=(${pkgname}-${pkgver}.tar.gz::http://cygwin.cathedral-networks.org/x86/release/${pkgname}/${pkgname}-${pkgver}-${_cygrel}-src.tar.xz)
+sha256sums=('1c14155ef4474ebb2850d67eb042776c49e4689d515876a015e59146e7fd2eb3')
+prepare() {
+ cd "$srcdir"
+ bsdtar -xvf "$srcdir/${pkgname}-${pkgver}-${_cygrel}.src/${pkgname}-${pkgver}.tar.gz"
+}
build() {
cd "$srcdir/${pkgname}-${pkgver}"
PYTHON=/usr/bin/python2 ./autogen.sh \