diff options
author | Hajós Attila | 2024-04-23 22:37:12 +0200 |
---|---|---|
committer | Hajós Attila | 2024-04-23 22:37:12 +0200 |
commit | 5bff1be362515fcb5cdfb30293dffeb8cf82ef7e (patch) | |
tree | f3cc8e8d4f25b030a27c26161460f952bcced85f /PKGBUILD | |
parent | b75be3b0c212bc1680170318fdb736a0c6d83768 (diff) | |
download | aur-5bff1be362515fcb5cdfb30293dffeb8cf82ef7e.tar.gz |
license version number fixed
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="Open source NuPhy Console alternative" arch=(x86_64) url="https://github.com/donn/nudelta" -license=("GPL") +license=("GPL3") conflicts=('nudelta') _appimage="nudelta-amd64.AppImage" source=("${_appimage}::https://github.com/donn/nudelta/releases/download/${pkgver}/nudelta-amd64.AppImage" |