summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 443477458283..9364a19673f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sonny Piers <sonny at fastmail dot net>
pkgname=tangram
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Run web apps on your desktop."
arch=('any')
url="https://apps.gnome.org/app/re.sonny.Tangram"
@@ -43,5 +43,6 @@ check() {
package(){
DESTDIR="$pkgdir" meson install -C build
- ln -s /usr/bin/re.sonny.Tangram "$pkgdir/usr/bin/$pkgname"
+# Conflicts with tangram-bin binary
+# ln -s /usr/bin/re.sonny.Tangram "$pkgdir/usr/bin/$pkgname"
}