summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlireza |S.N|2023-11-15 09:05:29 +0330
committerAlireza |S.N|2023-11-15 09:05:29 +0330
commitf4d42db0921ae20558efc65b7bf4c64ab255afb0 (patch)
tree29dea3778182ab8e2d1af10fa9da7d2418c1cf0b
parentfbf9643f881927400cf244829f912582e7ef12aa (diff)
downloadaur-f4d42db0921ae20558efc65b7bf4c64ab255afb0.tar.gz
Make sure the branch is always up to date
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91cef9ff61c6..5bc2665ed096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libfprint-goodixtls-55x4
pkgdesc = libfprint fork for goodixtls 55x4 devices. Currently supports 55b4 but 55a4 will be added later. Note you will need to flash your device with [goodix-fp-dump](https://github.com/mpi3d/goodix-fp-dump) to use this
- pkgver = r1800.638d8d8
- pkgrel = 2
+ pkgver = r1802.6e4fdc0
+ pkgrel = 1
arch = x86_64
license = LGPL2
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index d19dc60df668..771dc0110b87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ license=("LGPL2")
provides=("libfprint" "libfprint-2.so=2-64")
conflicts=("libfprint")
source=("${pkgname}::git+https://github.com/TheWeirdDev/libfprint.git")
-pkgrel=2
-pkgver=r1800.638d8d8
+pkgrel=1
+pkgver=r1802.6e4fdc0
md5sums=('SKIP')
depends=('libgusb' 'openssl' 'pixman' 'nss' 'libgudev' 'opencv')
optdepends=('fprintd: D-Bus daemon for managing readers')
@@ -23,6 +23,7 @@ prepare() {
cd "${srcdir}/${pkgname}"
mkdir -p build
git switch '55b4-experimental'
+ git pull -f origin 55b4-experimental
}
build() {