diff options
author | Malte Jürgens | 2023-10-20 16:18:15 +0000 |
---|---|---|
committer | Malte Jürgens | 2023-10-20 16:18:15 +0000 |
commit | c30ffbd95695f4efeae3541a80b1d10fe9663b56 (patch) | |
tree | e14943a7f6e6613c8aeafc9b0a8fe08a1866795c | |
parent | 8d8a3fea15f0fc5b21f73a59ef6f17ffa08c6902 (diff) | |
download | aur-c30ffbd95695f4efeae3541a80b1d10fe9663b56.tar.gz |
6.0.1-1
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = mozregression-gui pkgdesc = Regression range finder for Firefox - pkgver = 5.5.0 + pkgver = 6.0.1 pkgrel = 1 url = https://github.com/mozilla/mozregression arch = any @@ -13,9 +13,10 @@ pkgbase = mozregression-gui depends = libglvnd depends = gtk3 depends = python + depends = tk conflicts = mozregression-gui-bin options = !strip - source = git+https://github.com/mozilla/mozregression.git#tag=5.5.0 + source = git+https://github.com/mozilla/mozregression.git#tag=6.0.1 source = mozregression-gui.desktop sha256sums = SKIP sha256sums = 0b51e2692ef75addd98365185ff05524426ca1735f43d6b1cafa0e71d71481cb @@ -2,14 +2,14 @@ # Contributor: hawkeye116477 <hawkeye116477 at gmail dot com> pkgname=mozregression-gui -pkgver=5.5.0 +pkgver=6.0.1 pkgrel=1 pkgdesc='Regression range finder for Firefox' arch=('any') license=(MPL) url="https://github.com/mozilla/mozregression" conflicts=("mozregression-gui-bin") -depends=('libxcb' 'libxkbcommon-x11' 'libglvnd' 'gtk3' 'python') +depends=('libxcb' 'libxkbcommon-x11' 'libglvnd' 'gtk3' 'python' 'tk') makedepends=('python-pip' 'python-virtualenv' 'git') options=('!strip') source=("git+https://github.com/mozilla/mozregression.git#tag=$pkgver" |