summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClaudia Pellegrino2024-04-27 23:59:24 +0200
committerClaudia Pellegrino2024-04-27 23:59:24 +0200
commitc940af284aec221cb430fe36e7a8add5e6cdb4c8 (patch)
treeef4dfdd57ebfa88028de2ef707c8670bfbe4ba9b /PKGBUILD
parent1fb828abfe04e02f65d89cf476ff42201c6e761c (diff)
downloadaur-pypipe-git.tar.gz
Bump pkgrel for Python 3.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f2e64c68227..a4f55ab2d542 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=pypipe-git
_gitpkgname=pypipe
-pkgver=r42.b621c13
+pkgver=r83.29f6595
pkgrel=1
pkgdesc='Python command-line tool for pipeline processing'
arch=('any')
url='https://github.com/bugen/pypipe'
-license=('Apache')
-depends=('python')
+license=('Apache-2.0')
+depends=('bash' 'python')
makedepends=(
'git'
'python-build'
@@ -19,7 +19,7 @@ makedepends=(
checkdepends=('python-pytest')
provides=('pypipe')
conflicts=('pypipe')
-options=('!strip')
+options=('!debug' '!strip')
source=(
"${_gitpkgname}::git+https://github.com/bugen/pypipe.git"