summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMalte Jürgens2023-10-20 15:57:39 +0000
committerMalte Jürgens2023-10-20 16:00:52 +0000
commit900e084940ff7ea54edc1a8f8cfa99118b376168 (patch)
tree814585c598f7523b7306a820e58f7946a909cc14 /PKGBUILD
parent0b7a18ec8ac4df4c8dbf8fb2988f6ce7b9a2b70e (diff)
downloadaur-900e084940ff7ea54edc1a8f8cfa99118b376168.tar.gz
remove ncurses5-compat-libs dependency, add version to downloaded tarball name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 356752a99924..f46071a399d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=mozregression-gui-bin
_pkgname=mozregression-gui
pkgver=6.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Regression range finder for Firefox'
arch=('any')
license=(MPL)
url="https://github.com/mozilla/mozregression"
options=('!strip')
-depends=("gtk3" "ncurses5-compat-libs" "qt5-wayland" "qt5-multimedia" "libbsd" "libyaml" "qt5-webengine" "qt5-quickcontrols2" "qt5-sensors" "qt5-virtualkeyboard" "python")
+depends=("gtk3" "qt5-wayland" "qt5-multimedia" "libbsd" "libyaml" "qt5-webengine" "qt5-quickcontrols2" "qt5-sensors" "qt5-virtualkeyboard" "python")
provides=("${_pkgname}=${pkgver}")
-source=("https://github.com/mozilla/mozregression/releases/download/${pkgver}/${_pkgname}-ubuntu-22.04.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mozilla/mozregression/releases/download/${pkgver}/${_pkgname}-ubuntu-22.04.tar.gz"
"${_pkgname}.desktop"
"https://raw.githubusercontent.com/mozilla/mozregression/master/gui/icons/app_icon.png")
sha256sums=('37cc5a03f643926b907ed85cce1a3676e5a9bed81de1970e6004a73ca7f3b986'