summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1350e016a5f..a93da754beb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = nekofetch-git
pkgrel = 3
url = https://github.com/propruhh/nekofetch
arch = any
+ license = GPL3
makedepends = git
makedepends = make
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index c73f1ffd1bc9..e7c5bf796dc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,10 @@
_pkgname=nekofetch
_branch=master
pkgname=$_pkgname-git
-pkgver=r27.56ee91f
-pkgrel=3
+pkgver=r30.0e8a74b
+pkgrel=1
pkgdesc="neofetch but with nekos"
+license=('GPL3')
arch=(any)
url="https://github.com/propruhh/nekofetch"
depends=(curl jq jp2a neofetch)