summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c29fa767e03..86fdabc715fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-driftdeck
pkgdesc = Drift Deck eats markdown files and spits out beautiful slides directly into your browser.
- pkgver = 0.1.4
+ pkgver = 0.3.2
pkgrel = 1
url = https://gitlab.com/xengi/driftdeck
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-driftdeck
depends = python-setuptools
depends = python-docopt
depends = python-markdown
- source = https://files.pythonhosted.org/packages/source/d/driftdeck/driftdeck-0.1.4.tar.gz
- sha1sums = 85b01f6aa64058e7fb8605c8a83eff9f2d9cb15e
+ source = https://files.pythonhosted.org/packages/source/d/driftdeck/driftdeck-0.3.2.tar.gz
+ sha1sums = 268a4d9baed9896af69ea4d6a69a36487592abe0
pkgname = python-driftdeck
diff --git a/PKGBUILD b/PKGBUILD
index c17fddeee785..60d0025385db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ricardo (XenGi) Band <email@ricardo.band>
pkgname=python-driftdeck
_name=${pkgname#python-}
-pkgver=0.1.4
+pkgver=0.3.2
pkgrel=1
pkgdesc="Drift Deck eats markdown files and spits out beautiful slides directly into your browser."
arch=(any)
@@ -9,7 +9,7 @@ url="https://gitlab.com/xengi/driftdeck"
license=('MIT')
depends=('python-setuptools' 'python-docopt' 'python-markdown')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha1sums=('85b01f6aa64058e7fb8605c8a83eff9f2d9cb15e')
+sha1sums=('268a4d9baed9896af69ea4d6a69a36487592abe0')
package() {
cd "${srcdir}/${_name}-${pkgver}"