summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19cafc6f8a20..554a34c928e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-prefect
- pkgdesc = A general interface for loading data
+ pkgdesc = Workflow orchestration and management.
pkgver = 2.10.8
- pkgrel = 1
- url = https://intake.readthedocs.io/
+ pkgrel = 2
+ url = https://www.prefect.io/
arch = any
- license = BSD
+ license = Apache
provides = python-prefect=2.10.8
source = https://files.pythonhosted.org/packages/source/p/prefect/prefect-2.10.8.tar.gz
sha256sums = c82f07d32580ef9c274ddde36d50c48453c35494c17e94857d96f8bac88292c8
diff --git a/PKGBUILD b/PKGBUILD
index 9c74c805f23f..ee8c140b5acc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgbase='python-prefect'
pkgname=('python-prefect')
pkgver=2.10.8
-pkgrel=1
-pkgdesc='A general interface for loading data'
+pkgrel=2
+pkgdesc='Workflow orchestration and management.'
arch=('any')
-url='https://intake.readthedocs.io/'
-license=('BSD')
+url='https://www.prefect.io/'
+license=('Apache')
source=("https://files.pythonhosted.org/packages/source/p/prefect/prefect-$pkgver.tar.gz")
sha256sums=('c82f07d32580ef9c274ddde36d50c48453c35494c17e94857d96f8bac88292c8')
provides=("python-prefect=$pkgver")