summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-08-11 11:59:54 +0800
committerzxp198210052023-08-11 11:59:54 +0800
commit1d80a68321c5fc00b5f9eece135c8084ee8aa2d9 (patch)
tree280b68a67ff880069e7422bac52e8c9b7ef1e70a /PKGBUILD
parent57a9c7a5444ed12062bf7b99df2e0df0a984b425 (diff)
downloadaur-1d80a68321c5fc00b5f9eece135c8084ee8aa2d9.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03943c24c730..20d59d131bb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/Red-Spaces/DesTalk"
license=('MIT')
provides=("${pkgname%-bin}=${pkgver}")
-conflicts=("${pkgname%-bin}" "${pkgname%-bin//-/}")
+conflicts=("${pkgname%-bin}" "destalk")
depends=('hicolor-icon-theme' 'gtk3' 'pango' 'webkit2gtk' 'gdk-pixbuf2' 'libsoup' 'gcc-libs' 'glibc' 'cairo' 'glib2')
source=("${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb"
"LICENSE::https://raw.githubusercontent.com/Red-Spaces/DesTalk/stable/LICENSE")