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 86fdabc715fd..33f5c16e50a3 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.3.2
+ pkgver = 0.3.3
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.3.2.tar.gz
- sha1sums = 268a4d9baed9896af69ea4d6a69a36487592abe0
+ source = https://files.pythonhosted.org/packages/source/d/driftdeck/driftdeck-0.3.3.tar.gz
+ sha1sums = cf0c34bc7dad1e32b095ff0ee500c648662a7137
pkgname = python-driftdeck
diff --git a/PKGBUILD b/PKGBUILD
index 60d0025385db..cea956bc16fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ricardo (XenGi) Band <email@ricardo.band>
pkgname=python-driftdeck
_name=${pkgname#python-}
-pkgver=0.3.2
+pkgver=0.3.3
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=('268a4d9baed9896af69ea4d6a69a36487592abe0')
+sha1sums=('cf0c34bc7dad1e32b095ff0ee500c648662a7137')
package() {
cd "${srcdir}/${_name}-${pkgver}"