[arch-commits] Commit in fcitx5-nord-dark/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Dec 29 17:00:49 UTC 2020


    Date: Tuesday, December 29, 2020 @ 17:00:46
  Author: felixonmars
Revision: 797958

upgpkg: fcitx5-nord-dark 0.0.0.20201102-3: fix license

Modified:
  fcitx5-nord-dark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-29 16:52:59 UTC (rev 797957)
+++ PKGBUILD	2020-12-29 17:00:46 UTC (rev 797958)
@@ -3,11 +3,11 @@
 pkgname=fcitx5-nord-dark
 pkgver=0.0.0.20201102
 _commit=1a17b62062813ddbce1e1988b79cf20acb30b3aa
-pkgrel=2
+pkgrel=3
 pkgdesc="Fcitx5 theme based on Nord color"
 arch=('any')
 url="https://github.com/tonyfettes/fcitx5-nord-dark"
-license=('GPL')
+license=('MIT')
 source=("https://github.com/tonyfettes/fcitx5-nord-dark/archive/$_commit/$pkgname-$_commit.tar.gz")
 sha512sums=('01509e08d5df4cea34df082c95c49e90d0a3a1f35b69e07843e5961b992c74c09fe462c426ba069939714d991afbab07555ae258970970e0d951ebdf8412f40c')
 
@@ -14,4 +14,5 @@
 package() {
   cd fcitx5-nord-dark-$_commit
   install -Dm644 *.png *.conf -t "$pkgdir"/usr/share/fcitx5/themes/Nord-Dark/
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



More information about the arch-commits mailing list