summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84c760787010..b4283690b887 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A tool to optimize and tweak your Deepin system"
arch=('x86_64')
url="https://github.com/linuxdeepin/deepin-tweak"
license=('LGPL3')
-
+provides=('deepin-tweak')
depends=('dtkdeclarative')
makedepends=('dtkgui' 'dtkcore' 'cmake' 'qt5-declarative' 'qt5-base' 'qt5-quickcontrols2')
source=(git+https://github.com/linuxdeepin/deepin-tweak)
@@ -30,4 +30,4 @@ build() {
package() {
cd $srcdir/$_pkgname/build
make DESTDIR=$pkgdir install
-}
+} \ No newline at end of file