summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoru0a2662021-05-01 21:03:05 +0900
committeru0a2662021-05-01 21:03:05 +0900
commitd99530ead482658c73651e04148e1aa7c8b1483e (patch)
treee741a2cd3e1f74366719b5648ed31120b9711be3
parent89b16c0d559a9936d3f5e98c27477d3d197c97d8 (diff)
downloadaur-d99530ead482658c73651e04148e1aa7c8b1483e.tar.gz
Update licence from upstream
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99161e5eaaae..9c4948b65cd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = fzpac-git
pkgrel = 3
url = https://github.com/sheepla/fzpac
arch = any
- license = custom
+ license = MIT
depends = fzf
depends = pacman
source = git+https://github.com/sheepla/fzpac
diff --git a/PKGBUILD b/PKGBUILD
index 3e7a442fb656..abde0f07f64b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=3
pkgdesc="Arch Linux (pacman) package finder with fzf "
arch=("any")
url="https://github.com/sheepla/fzpac"
-license=('custom')
+license=('MIT')
depends=("fzf" "pacman")
source=("git+$url")
sha256sums=('SKIP')