[arch-commits] Commit in python-bsddb/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Thu Mar 7 00:12:37 UTC 2019


    Date: Thursday, March 7, 2019 @ 00:12:37
  Author: bgyorgy
Revision: 437965

Fix package function name

Modified:
  python-bsddb/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-07 00:08:29 UTC (rev 437964)
+++ PKGBUILD	2019-03-07 00:12:37 UTC (rev 437965)
@@ -16,12 +16,12 @@
 source=(https://files.pythonhosted.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz)
 sha256sums=('42d621f4037425afcb16b67d5600c4556271a071a9a7f7f2c2b1ba65bc582d05')
 
-build () {
+build() {
   cd $_pkgname-$pkgver
   python3 setup.py --berkeley-db=/usr build
 }
 
-package_python-bsddb() {
+package() {
   cd $_pkgname-$pkgver
   python3 setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt



More information about the arch-commits mailing list