summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0e93c4cea3e..3305375c94fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-cooldict
pkgdesc = Some useful dict-like structures
pkgver = 1.02
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/zardus/cooldict
arch = any
license = BSD
@@ -9,9 +9,9 @@ pkgbase = python2-cooldict
depends = python2
depends = python2-ana
source = https://pypi.python.org/packages/9e/81/c82755762a5c17f0011e96f9d2e79dbcb6423cac184b1c49847db7fd2584/cooldict-1.02.tar.gz
- source = https://github.com/zardus/cooldict/blob/master/LICENSE
+ source = https://raw.githubusercontent.com/zardus/cooldict/master/LICENSE
md5sums = 1f01b0689979e1be604e11e6039e1ee2
- md5sums = 3b53173041ff1777d16e1388e11e400f
+ md5sums = 92da168ebb0065f567f0ea48bed0f512
pkgname = python2-cooldict
diff --git a/PKGBUILD b/PKGBUILD
index 2d8722c65dd5..a22689824cfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python2-cooldict
pkgver=1.02
-pkgrel=3
+pkgrel=4
pkgdesc="Some useful dict-like structures"
url="https://github.com/zardus/cooldict"
depends=('python2' 'python2-ana')
@@ -12,9 +12,9 @@ makedepends=('python2-distribute' )
license=('BSD')
arch=('any')
source=('https://pypi.python.org/packages/9e/81/c82755762a5c17f0011e96f9d2e79dbcb6423cac184b1c49847db7fd2584/cooldict-1.02.tar.gz'
- 'https://github.com/zardus/cooldict/blob/master/LICENSE')
+ 'https://raw.githubusercontent.com/zardus/cooldict/master/LICENSE')
md5sums=('1f01b0689979e1be604e11e6039e1ee2'
- '3b53173041ff1777d16e1388e11e400f')
+ '92da168ebb0065f567f0ea48bed0f512')
build() {
cd $srcdir/cooldict-1.02