summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortaotieren2024-01-25 16:38:00 +0800
committertaotieren2024-01-25 16:38:00 +0800
commit158243c5e9a8765cd8bc5417799e9418cdae72a5 (patch)
tree806480a0263bf72b6f349eda6761490c7c579c8e /PKGBUILD
parentf02fe0501ffd093ec43ce2c034673ebc2091a5a3 (diff)
downloadaur-appimage-installer.tar.gz
update license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 284ae8e67767..fa5ab004cb55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,8 @@ pkgdesc="AppImage install tool."
arch=('x86_64')
url="https://gitee.com/deepin-opensource/appimage-installer"
license=('GPL-3.0-only')
-_pkgname=${pkgname}-bin
-provides=(${pkgname} ${_pkgname} ${pkgname}-git)
-conflicts=(${pkgname} ${_pkgname} ${pkgname}-git)
+provides=(${pkgname})
+conflicts=(${pkgname})
#replaces=(${pkgname})
depends=(
dtkcore
@@ -21,9 +20,12 @@ depends=(
qt5-base
qt5-svg
python)
-makedepends=('qconf' 'git' 'qt5-tools')
+makedepends=(
+ git
+ qconf
+ qt5-tools)
backup=()
-options=('!strip')
+options=()
# install=${pkgname}.install
source=("${pkgname}::git+${url}.git#commit=259510fdeee02e97f71b51c51e9cacb8f1750171")
sha256sums=('SKIP')