summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f03fb1927a5b..d3eb62c89289 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = convertall
pkgdesc = Convert between units.
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/doug-101/ConvertAll
arch = x86_64
license = GPL2
@@ -14,8 +14,10 @@ pkgbase = convertall
source = git+https://github.com/doug-101/ConvertAll.git#tag=v1.0.1
source = flutter::git+https://github.com/flutter/flutter.git
source = flutter-engine::git+https://github.com/flutter/engine.git
+ source = git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
sha256sums = 22cd74809e42e20b4fd9c3cacced9024a80ad1235553e9b18b81b5f44ef1f6c3
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
pkgname = convertall
diff --git a/PKGBUILD b/PKGBUILD
index b77a637acd1b..4572f775a6a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=${_pkgname}
_pkgreponame='ConvertAll'
_tag='v1.0.1'
pkgver="${_tag/v/}"
-pkgrel=1
+pkgrel=2
pkgdesc='Convert between units.'
url='https://github.com/doug-101/ConvertAll'
arch=('x86_64')
@@ -21,14 +21,16 @@ depends=(
makedepends=('flutter-engine' 'git' 'yq')
source=(
"git+${url}.git#tag=${_tag}"
- "flutter::git+https://github.com/flutter/flutter.git"
- "flutter-engine::git+https://github.com/flutter/engine.git")
+ 'flutter::git+https://github.com/flutter/flutter.git'
+ 'flutter-engine::git+https://github.com/flutter/engine.git'
+ 'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git')
sha256sums=('22cd74809e42e20b4fd9c3cacced9024a80ad1235553e9b18b81b5f44ef1f6c3'
'SKIP'
+ 'SKIP'
'SKIP')
_srcdir="${_pkgreponame}"
-_engine_version=3.19.4
+_engine_version=3.19.6
prepare() {
cd "${_srcdir}"