summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBailey Fox2019-03-12 06:31:42 -0500
committerBailey Fox2019-03-12 06:31:42 -0500
commitcfb81d008c9cec6750dcb3f149f30e2274a85ea6 (patch)
tree0e6fa854543212092476ab2a3d11e27708ffe448
parent5dd940b3664daed27966090b4fbb50eb17de3fcd (diff)
downloadaur-cfb81d008c9cec6750dcb3f149f30e2274a85ea6.tar.gz
Minor PKGBUILD change
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10d7a97e3e2e..d656bcca9ba2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = uefitool-ng-git
depends = qt5-base
provides = uefitool-ng
conflicts = uefitool-ng
- source = uefitool-ng::git+https://github.com/LongSoft/UEFITool.git#branch=new_engine
+ source = uefitool-ng::git+https://github.com/LongSoft/UEFITool#branch=new_engine
sha256sums = SKIP
pkgname = uefitool-ng-git
diff --git a/PKGBUILD b/PKGBUILD
index 78b6d3516fc0..bb09bcabfe4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,13 @@ pkgrel=1
pkgdesc='UEFI firmware image viewer and editor and utilities'
arch=('any')
url='https://github.com/LongSoft/UEFITool'
+branch='new_engine'
license=('BSD')
depends=('qt5-base')
makedepends=('git' 'qt5-base')
provides=($_pkgname)
conflicts=($_pkgname)
-source=("${_pkgname}::git+https://github.com/LongSoft/UEFITool.git#branch=new_engine")
+source=("${_pkgname}::git+${url}#branch=${branch}")
sha256sums=('SKIP')
pkgver() {