summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRippanda122022-12-11 13:22:39 +0200
committerRippanda122022-12-11 13:22:39 +0200
commite56a830748bb4d2655caa261d15d3adc5318721a (patch)
tree494c70ac6131ef5907a723a4de7ab35847e374df
parente54649d057a6820a49943cf370b1d6b8bf9b1daf (diff)
downloadaur-deepin-tweak-git.tar.gz
Updated PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f60c71e83d2..115634a96ff4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = deepin-tweak-git
makedepends = qt5-base
makedepends = qt5-quickcontrols2
depends = dtkdeclarative
+ provides = deepin-tweak
source = git+https://github.com/linuxdeepin/deepin-tweak
sha256sums = SKIP
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