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

Filipe Laíns ffy00 at archlinux.org
Thu Dec 3 23:51:53 UTC 2020


    Date: Thursday, December 3, 2020 @ 23:51:52
  Author: ffy00
Revision: 769833

fix DIST_NAME and DIST_PACKAGE not being exported (1.4.2-4)

Modified:
  liquidctl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-03 23:29:27 UTC (rev 769832)
+++ PKGBUILD	2020-12-03 23:51:52 UTC (rev 769833)
@@ -2,7 +2,7 @@
 
 pkgname=liquidctl
 pkgver=1.4.2
-pkgrel=3
+pkgrel=4
 arch=('any')
 url='https://github.com/jonasmalacofilho/liquidctl'
 license=('GPL3')
@@ -16,8 +16,8 @@
 build() {
   cd $pkgname-$pkgver
 
-  DIST_NAME='Arch Linux'
-  DIST_PACKAGE="$pkgver-$pkgrel"
+  export DIST_NAME='Arch Linux'
+  export DIST_PACKAGE="$pkgver-$pkgrel"
 
   python setup.py build
 



More information about the arch-commits mailing list