Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages /
python-crazy-complete
Commits:
0433c64c by Brett Cornwall at 2026-03-07T10:06:00-08:00
upgpkg: 0.3.7-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-crazy-complete
pkgdesc = Generate shell auto completion files
- pkgver = 0.3.6
- pkgrel = 2
+ pkgver = 0.3.7
+ pkgrel = 1
url = https://github.com/crazy-complete/crazy-complete
arch = any
license = GPL-3.0-only
@@ -10,7 +10,7 @@ pkgbase = python-crazy-complete
makedepends = python-setuptools
depends = python
depends = python-yaml
- source =
https://github.com/crazy-complete/crazy-complete/archive/0.3.6/python-crazy-complete-0.3.6.tar.gz
- sha512sums =
f566d2cafc18a247b67d18a605f2e4867cd053588fadcb9beb5faf23ba67d84ecabbd6f4075ab21fc8d5158d5e906e29759de18978d258ec71ba95a82d4a6b52
+ source =
https://github.com/crazy-complete/crazy-complete/archive/0.3.7/python-crazy-complete-0.3.7.tar.gz
+ sha512sums =
33e9ee51a214cf680b11b3bcd3bba4dc9d7864deab29c353b817dbb1ccc5550a2ab83d639e8cfdfe585c82fae8c1a18356f8ca0d6148a1af0b0a0bf6a9d89c22
pkgname = python-crazy-complete
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Brett Cornwall <[email protected]>
pkgname=python-crazy-complete
-pkgver=0.3.6
-pkgrel=2
+pkgver=0.3.7
+pkgrel=1
pkgdesc="Generate shell auto completion files"
arch=('any')
url="https://github.com/crazy-complete/crazy-complete"
@@ -17,7 +17,7 @@ makedepends=(
'python-setuptools'
)
source=("https://github.com/crazy-complete/crazy-complete/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('f566d2cafc18a247b67d18a605f2e4867cd053588fadcb9beb5faf23ba67d84ecabbd6f4075ab21fc8d5158d5e906e29759de18978d258ec71ba95a82d4a6b52')
+sha512sums=('33e9ee51a214cf680b11b3bcd3bba4dc9d7864deab29c353b817dbb1ccc5550a2ab83d639e8cfdfe585c82fae8c1a18356f8ca0d6148a1af0b0a0bf6a9d89c22')
build() {
cd "crazy-complete-$pkgver"
@@ -30,5 +30,5 @@ package() {
install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
install -Dm644 *.md -t "$pkgdir/usr/share/doc/$pkgname"
- install -Dm644 examples/* -t "$pkgdir/usr/share/doc/$pkgname/examples"
+ cp -r --no-preserve=ownership examples/*
"$pkgdir/usr/share/doc/$pkgname/examples"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-crazy-complete/-/commit/0433c64ca9b482fe57fc26ceb2ad6eb63d9b09e7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-crazy-complete/-/commit/0433c64ca9b482fe57fc26ceb2ad6eb63d9b09e7
You're receiving this email because of your account on gitlab.archlinux.org.