summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-01-07 07:45:15 -0700
committerMark Wagie2023-01-07 07:45:15 -0700
commit3713e86377e8d59f8c79ea0c29a66a18d13a8f71 (patch)
treea956933730abf0b6df6c43de6c893a76fcbef7d8
parent4bb1f7cda6d52990a554d8d1a799c72d784c7751 (diff)
downloadaur-3713e86377e8d59f8c79ea0c29a66a18d13a8f71.tar.gz
1.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1655bb649992..53cda309c85b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tangram
pkgdesc = Browser for your pinned tabs
- pkgver = 1.4.2
- pkgrel = 2
+ pkgver = 1.5.0
+ pkgrel = 1
url = https://apps.gnome.org/app/re.sonny.Tangram
arch = any
license = GPL3
@@ -10,10 +10,10 @@ pkgbase = tangram
makedepends = meson
depends = gjs
depends = gtk3
- depends = libsoup
+ depends = libsoup3
depends = webkit2gtk
optdepends = gst-plugins-bad: May be necessary for some websites
- source = git+https://github.com/sonnyp/Tangram.git#commit=37e7a820b0646791cec2678eb5808045eb2a6f42
+ source = git+https://github.com/sonnyp/Tangram.git#commit=176249af8aedaf878fe7503d2838b10042967690
source = git+https://github.com/sonnyp/troll.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 17b2f45b4f5b..ffa543855687 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Contributor: Sonny Piers <sonny at fastmail dot net>
pkgname=tangram
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
pkgdesc="Browser for your pinned tabs"
arch=('any')
url="https://apps.gnome.org/app/re.sonny.Tangram"
license=('GPL3')
-depends=('gjs' 'gtk3' 'libsoup' 'webkit2gtk')
+depends=('gjs' 'gtk3' 'libsoup3' 'webkit2gtk')
makedepends=('git' 'meson')
checkdepends=('appstream-glib')
optdepends=('gst-plugins-bad: May be necessary for some websites')
-_commit=37e7a820b0646791cec2678eb5808045eb2a6f42
+_commit=176249af8aedaf878fe7503d2838b10042967690 # tags/v1.5.0
source=("git+https://github.com/sonnyp/Tangram.git#commit=${_commit}"
'git+https://github.com/sonnyp/troll.git')
sha256sums=('SKIP'