summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-12 22:58:43 +0200
committerGoliathLabs2020-05-12 22:58:43 +0200
commitbeb156eb6eaa616481f58525fb8fef03e2120cc8 (patch)
tree5394b0f75f28dd689e8e594c8fff395235d459b9
parente9a21d1c5afca3fdcc4033719d93297ff7089d4f (diff)
downloadaur-beb156eb6eaa616481f58525fb8fef03e2120cc8.tar.gz
Updated: 0.03b
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31a25f13f387..8bf2b0fe576a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pyorgmode
pkgdesc = A python class for reading and writing orgmode files
- pkgver = 0.1
+ pkgver = 0.03b
pkgrel = 1
- url = https://github.com/bjonnh/PyOrgMode
+ url = https://github.com/gonvaled/PyOrgMode
arch = any
license = GPL
makedepends = python-setuptools
depends = python
- source = https://pypi.python.org/packages/4f/81/e403d3c062000481e5d0b54167369a7b4d33a6e001ccc441bbefeb611600/PyOrgMode-0.1.tar.gz
- md5sums = 51db078517762018a8be341a0be71394
+ source = https://github.com/gonvaled/PyOrgMode/archive/0.03b.tar.gz
+ sha256sums = c7b155a312e84ad10508b4f309482c4b69f45428f5eb83e7f8606db15e213f5c
pkgname = python-pyorgmode
diff --git a/PKGBUILD b/PKGBUILD
index 81e7ce7de393..ef4c4ee1d2ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=python-pyorgmode
-pkgver=0.1
+pkgver=0.03b
pkgrel=1
pkgdesc="A python class for reading and writing orgmode files"
-url="https://github.com/bjonnh/PyOrgMode"
+url="https://github.com/gonvaled/PyOrgMode"
arch=(any)
license=('GPL')
makedepends=('python-setuptools')
depends=('python')
-source=("https://pypi.python.org/packages/4f/81/e403d3c062000481e5d0b54167369a7b4d33a6e001ccc441bbefeb611600/PyOrgMode-0.1.tar.gz")
-md5sums=('51db078517762018a8be341a0be71394')
+source=("https://github.com/gonvaled/PyOrgMode/archive/${pkgver}.tar.gz")
+sha256sums=('c7b155a312e84ad10508b4f309482c4b69f45428f5eb83e7f8606db15e213f5c')
build() {
cd "${srcdir}"/PyOrgMode-$pkgver