summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f356445a894..d85204657d20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = duguanjia
pkgdesc = Du Gatekeeper
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://duguanjia.baidu.com/
install = duguanjia.install
arch = x86_64
+ license = custom
provides = duguanjia
conflicts = duguanjia
source = https://duguanjia.baidu.com/download/duguanjia/DuGuanjia_Setup_Linux_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index db66383ac8bc..316cc085f578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: bilabila <bilabila@qq.com>
pkgname=duguanjia
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Du Gatekeeper'
arch=(x86_64)
url=https://duguanjia.baidu.com/
provides=($pkgname)
conflicts=($pkgname)
+license=(custom)
depends=()
source=('https://duguanjia.baidu.com/download/duguanjia/DuGuanjia_Setup_Linux_amd64.deb')
sha512sums=(SKIP)