summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b95c2abcdf9..ed2a18ba2664 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python2-py-gfm
pkgdesc = Github-Flavored Markdown for Python-Markdown
- pkgver = 0.1.3
+ pkgver = 0.1.4
pkgrel = 1
- url = https://github.com/google/py-gfm
+ url = https://github.com/Zopieux/py-gfm
arch = any
license = custom
depends = python2
depends = python2-markdown
- source = https://github.com/Zopieux/py-gfm/archive/0.1.3.tar.gz
- sha1sums = 49d7844a88f06b25046a1e956d28cfc422f38c99
+ source = https://github.com/Zopieux/py-gfm/archive/0.1.4.tar.gz
+ sha1sums = c3461883c65d3fa0d97f7bf938507e99dd64b6dd
pkgname = python2-py-gfm
diff --git a/PKGBUILD b/PKGBUILD
index f7e8ab1d2a96..e86cb9507967 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=python2-py-gfm
_pkgname=py-gfm
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="Github-Flavored Markdown for Python-Markdown"
-url="https://github.com/google/py-gfm"
+url="https://github.com/Zopieux/py-gfm"
arch=(any)
license=('custom')
depends=('python2' 'python2-markdown')
source=("https://github.com/Zopieux/${_pkgname}/archive/${pkgver}.tar.gz")
-sha1sums=('49d7844a88f06b25046a1e956d28cfc422f38c99')
+sha1sums=('c3461883c65d3fa0d97f7bf938507e99dd64b6dd')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}