summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-05-27 09:17:05 -0600
committerMark Wagie2024-05-27 09:17:05 -0600
commit55d804d5cc6bbcf338a06bc2a92d2d01b1c2134f (patch)
tree4452ec2797d892f18867a1de995849ec12859dbc
parentcbe24c003abb84f1211f629d196f63abb6b9e56e (diff)
downloadaur-55d804d5cc6bbcf338a06bc2a92d2d01b1c2134f.tar.gz
3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f64bd6c57087..faaba8bc61c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tangram
pkgdesc = Browser for your pinned tabs
- pkgver = 3.0
- pkgrel = 3
+ pkgver = 3.1
+ pkgrel = 1
url = https://apps.gnome.org/Tangram
arch = any
license = GPL-3.0-or-later
@@ -13,9 +13,9 @@ pkgbase = tangram
depends = libadwaita
depends = webkitgtk-6.0
optdepends = gst-plugins-bad: May be necessary for some websites
- source = git+https://github.com/sonnyp/Tangram.git#commit=eb563e9147df9eb759ec7b1355c3286fa7c3fd87
+ source = git+https://github.com/sonnyp/Tangram.git#tag=v3.1
source = git+https://github.com/sonnyp/troll.git
- sha256sums = SKIP
+ sha256sums = b4c98c5d9473a41890fa640cd779a62523fd450df9924b9d149604be45ef26f6
sha256sums = SKIP
pkgname = tangram
diff --git a/PKGBUILD b/PKGBUILD
index 0d6031edd749..dc7b5acf95f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Sonny Piers <sonny at fastmail dot net>
pkgname=tangram
-pkgver=3.0
-pkgrel=3
+pkgver=3.1
+pkgrel=1
pkgdesc="Browser for your pinned tabs"
arch=('any')
url="https://apps.gnome.org/Tangram"
@@ -11,17 +11,11 @@ depends=('gjs' 'libadwaita' 'webkitgtk-6.0')
makedepends=('git' 'blueprint-compiler' 'meson')
checkdepends=('appstream-glib')
optdepends=('gst-plugins-bad: May be necessary for some websites')
-_commit=eb563e9147df9eb759ec7b1355c3286fa7c3fd87 # tags/v3.0
-source=("git+https://github.com/sonnyp/Tangram.git#commit=${_commit}"
+source=("git+https://github.com/sonnyp/Tangram.git#tag=v$pkgver"
'git+https://github.com/sonnyp/troll.git')
-sha256sums=('SKIP'
+sha256sums=('b4c98c5d9473a41890fa640cd779a62523fd450df9924b9d149604be45ef26f6'
'SKIP')
-pkgver() {
- cd Tangram
- git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
prepare() {
cd Tangram
git submodule init