summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b91769d29c42..eabbe4cc5bd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = bbg-git
pkgdesc = A static blog generator built with electron
- pkgver = 20220212.r0.d37787d
+ pkgver = 20220213.r4.381d3df
pkgrel = 1
url = https://github.com/baiyang-lzy/bbg
arch = any
- license = GPL3
+ license = Unlicense
makedepends = git
makedepends = npm
depends = electron
diff --git a/PKGBUILD b/PKGBUILD
index 0b82cf29f5a1..076f7f234bbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Misaka13514 <Misaka13514 at gmail dot com>
pkgname=bbg-git
-pkgver=20220212.r0.d37787d
+pkgver=20220213.r4.381d3df
pkgrel=1
pkgdesc="A static blog generator built with electron"
arch=('any')
url="https://github.com/baiyang-lzy/bbg"
-license=('GPL3')
+license=('Unlicense')
depends=('electron' 'gtk3' 'libxcb')
makedepends=('git' 'npm')
provides=("${pkgname%-git}")