summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-04-28 18:32:50 -0600
committerMark Wagie2023-04-28 18:32:50 -0600
commit0cda1472f7f1fbe09795436c1bd5a154000dec50 (patch)
tree13e654eb8099d59b9b3aaecdaac9c3c32f3e8a93
parent8d01a62fb6ec9fdeabe10a3864f4eca77d2f1e2e (diff)
downloadaur-0cda1472f7f1fbe09795436c1bd5a154000dec50.tar.gz
3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 122f37029305..5528bb88c246 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tangram
pkgdesc = Browser for your pinned tabs
- pkgver = 2.0
- pkgrel = 2
+ pkgver = 3.0
+ pkgrel = 1
url = https://apps.gnome.org/app/re.sonny.Tangram
arch = any
license = GPL3
@@ -13,7 +13,7 @@ pkgbase = tangram
depends = libadwaita
depends = webkit2gtk-5.0
optdepends = gst-plugins-bad: May be necessary for some websites
- source = git+https://github.com/sonnyp/Tangram.git#commit=d2e9ecf74ba2e7348799f4e89cd80e18bb68a7fd
+ source = git+https://github.com/sonnyp/Tangram.git#commit=792f6aa0f392f0355c8e66925a19ba6992e53670
source = git+https://github.com/sonnyp/troll.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ee6c624884cd..f6cc7ffed69f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Contributor: Sonny Piers <sonny at fastmail dot net>
pkgname=tangram
-pkgver=2.0
-pkgrel=2
+pkgver=3.0
+pkgrel=1
pkgdesc="Browser for your pinned tabs"
arch=('any')
url="https://apps.gnome.org/app/re.sonny.Tangram"
@@ -11,7 +11,7 @@ depends=('gjs' 'libadwaita' 'webkit2gtk-5.0')
makedepends=('git' 'blueprint-compiler' 'meson')
checkdepends=('appstream-glib')
optdepends=('gst-plugins-bad: May be necessary for some websites')
-_commit=d2e9ecf74ba2e7348799f4e89cd80e18bb68a7fd # tags/v2.0
+_commit=792f6aa0f392f0355c8e66925a19ba6992e53670 # tags/v3.0
source=("git+https://github.com/sonnyp/Tangram.git#commit=${_commit}"
'git+https://github.com/sonnyp/troll.git')
sha256sums=('SKIP'