summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBBaoVanC2021-01-17 16:25:57 -0600
committerBBaoVanC2021-01-17 16:25:57 -0600
commitb867399f179040d37d8e9e88c1bf7a51c5988ba6 (patch)
tree663e09aa032b4c73101fdb318c3931da305792b0
parentabe3e88ba5bed3cb56c8b4b0db35cfb229492a96 (diff)
downloadaur-b867399f179040d37d8e9e88c1bf7a51c5988ba6.tar.gz
Update v1.3.1 -> v1.3.2 and add GPL3 license
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53ad60ed2027..7825484177ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = nekofetch
pkgdesc = neofetch but with nekos
- pkgver = 1.3.1
+ pkgver = 1.3.2
pkgrel = 1
url = https://github.com/propruhh/nekofetch
arch = any
+ license = GPL3
makedepends = git
makedepends = make
depends = curl
@@ -11,8 +12,8 @@ pkgbase = nekofetch
depends = jp2a
depends = neofetch
provides = nekofetch
- source = https://github.com/propruhh/nekofetch/archive/v1.3.1.tar.gz
- sha256sums = 4a88b19e9f14080320e9b1197be6f9934f596a36d8907181b5c32147b850ebc4
+ source = https://github.com/propruhh/nekofetch/archive/v1.3.2.tar.gz
+ sha256sums = e5e82c03385948fb33376d8a453589ebd5a9f2c7856503fbdfd568da9375c4da
pkgname = nekofetch
diff --git a/PKGBUILD b/PKGBUILD
index 777ac33bddd3..bdb7f6ef0696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: BBaoVanC <bbaovanc@bbaovanc.com>
pkgname=nekofetch
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc="neofetch but with nekos"
+license=('GPL3')
arch=(any)
url="https://github.com/propruhh/nekofetch"
depends=(curl jq jp2a neofetch)
makedepends=(git make)
provides=(${pkgname})
source=("https://github.com/propruhh/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('4a88b19e9f14080320e9b1197be6f9934f596a36d8907181b5c32147b850ebc4')
+sha256sums=('e5e82c03385948fb33376d8a453589ebd5a9f2c7856503fbdfd568da9375c4da')
package() {
cd "${pkgname}-${pkgver}"