summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Biggers2023-01-25 11:47:47 -0800
committerEric Biggers2023-01-25 11:49:13 -0800
commit87dd014beb80ad1ec1227351241fbff2d7950fdb (patch)
treeea73db8911511161d8d6fcfe09235cd6eca175a3
parent8880e3989fb020c6ad3c5acd3847458d2a851ee5 (diff)
downloadaur-87dd014beb80ad1ec1227351241fbff2d7950fdb.tar.gz
Use new git repo URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17c72753018a..7864d4e032a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = fsverity-utils-git
pkgdesc = Userspace utilities for fs-verity
- pkgver = 1.3.r8.ga1243f2
+ pkgver = 1.5.r4.gc3098e1
pkgrel = 1
- url = https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git
+ url = https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git
arch = x86_64
license = MIT
makedepends = git
@@ -10,7 +10,7 @@ pkgbase = fsverity-utils-git
depends = openssl
provides = fsverity-utils
conflicts = fsverity-utils
- source = git+https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git
+ source = git+https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git
sha256sums = SKIP
pkgname = fsverity-utils-git
diff --git a/PKGBUILD b/PKGBUILD
index ecffab212494..4ca03b761965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Eric Biggers <ebiggers3@gmail.com>
pkgname=fsverity-utils-git
-pkgver=1.3.r8.ga1243f2
+pkgver=1.5.r4.gc3098e1
pkgrel=1
pkgdesc='Userspace utilities for fs-verity'
arch=('x86_64')
-url='https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git'
+url='https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git'
license=('MIT')
makedepends=('git' 'pandoc')
depends=('openssl')
conflicts=('fsverity-utils')
provides=('fsverity-utils')
-source=('git+https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git')
+source=('git+https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git')
sha256sums=('SKIP')
export USE_SHARED_LIB=1