summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112018-01-10 23:30:39 +0100
committerjose17112018-01-10 23:30:39 +0100
commit48a28320e69ae0493b93f583eaf9fa8113291030 (patch)
tree9289a50d255444acb353b0b9c8979d60ae991f4f
parent781e6663a8681556bc239bb1b808b2ac07d8ea32 (diff)
downloadaur-48a28320e69ae0493b93f583eaf9fa8113291030.tar.gz
Fix source url
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42be217ae727..b9b72067fe70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Jan 4 14:42:22 UTC 2017
+# Wed Jan 10 22:30:35 UTC 2018
pkgbase = pymakr_ide
pkgdesc = Pymakr IDE for WiPy IOT boards
pkgver = 1.0.0b8
- pkgrel = 1
+ pkgrel = 2
url = https://www.pycom.io/
arch = any
license = unknown
depends = python2
depends = python2-qscintilla-qt4
- source = https://software.pycom.io/findupgrade?product=pymakr&type=all&platform=rpm&redirect=true
- md5sums = ff09554fd058e75628702d86655cc39f
+ source = http://software.pycom.io/downloads/pymakr_1.0.0.b8-1_all.deb
+ md5sums = d339903241b28220476b4fd6661c588e
pkgname = pymakr_ide
diff --git a/PKGBUILD b/PKGBUILD
index 9f5b60195dfb..f211aa980f02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=pymakr_ide
pkgver=1.0.0b8
-pkgrel=1
+pkgrel=2
pkgdesc="Pymakr IDE for WiPy IOT boards"
url="https://www.pycom.io/"
license=('unknown')
arch=('any')
depends=('python2' 'python2-qscintilla-qt4')
-source=('https://software.pycom.io/findupgrade?product=pymakr&type=all&platform=rpm&redirect=true')
-md5sums=('ff09554fd058e75628702d86655cc39f')
+source=("http://software.pycom.io/downloads/pymakr_1.0.0.b8-1_all.deb")
+md5sums=('d339903241b28220476b4fd6661c588e')
package() {
cd $srcdir