summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSZanko2023-06-13 11:09:31 +0200
committerSZanko2023-06-13 11:09:31 +0200
commitdf05551690b35aa2d32d93f08700d73d8748705e (patch)
treeae67efade201c4f4adb5a30b36ba8e94171b1bbe /PKGBUILD
parente862052d74af6b236c2333c3a533b1ca8a99fe39 (diff)
downloadaur-df05551690b35aa2d32d93f08700d73d8748705e.tar.gz
Add git as a makedepends and update the upstream url to https://github.com/martinetd/samloader
package has to be be clean build with makepkg -C Signed-off-by: SZanko <szanko@protonmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbdfa48d9628..1741c708321c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_pkgname=samloader
pkgname=${_pkgname}-git
-pkgver=r39.576bd29
+pkgver=r46.b20e1b1
pkgrel=1
pkgdesc="Download firmware for Samsung devices"
arch=('any')
-url="https://github.com/nlscc/samloader"
+url="https://github.com/martinetd/samloader"
license=('GPL3')
conflicts=('samloader')
depends=(
@@ -15,7 +15,10 @@ depends=(
'python-tqdm'
'python-pycryptodomex'
'python-pip'
- )
+)
+makedepends=(
+ 'git'
+)
source=(git+"${url}.git")
sha256sums=('SKIP')