summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-10-10 08:35:15 -0600
committerMark Wagie2021-10-10 08:35:15 -0600
commitbac11d45c280d2cff1ea33673cb00797a745130e (patch)
treecbf35ba99593e04d91c4c6216ae4a666fc17fb51
parenta1121c97d12691f4452203422ae1b00b6f2b3c54 (diff)
downloadaur-bac11d45c280d2cff1ea33673cb00797a745130e.tar.gz
remove symlink
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 761aeb519af5..ea9f13edae38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tangram
pkgdesc = Run web apps on your desktop.
pkgver = 1.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://apps.gnome.org/app/re.sonny.Tangram
arch = any
license = GPL3
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"
}