summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRippanda122022-12-11 13:22:39 +0200
committerRippanda122022-12-11 13:22:39 +0200
commite56a830748bb4d2655caa261d15d3adc5318721a (patch)
tree494c70ac6131ef5907a723a4de7ab35847e374df /PKGBUILD
parente54649d057a6820a49943cf370b1d6b8bf9b1daf (diff)
downloadaur-e56a830748bb4d2655caa261d15d3adc5318721a.tar.gz
Updated PKGBUILD
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