summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-13 17:06:48 +0800
committerChocobo12023-04-13 17:06:48 +0800
commitb2dee24843eea49c8a97c9f58a3062411ac4a077 (patch)
tree8616d823033df525129988a54c53da4806c87bf5
parent7d6bf5ce0170b1dac2002f6c22545fc7aee056d4 (diff)
downloadaur-vmtouch-git.tar.gz
upgpkg: vmtouch-git 1.3.1.r17.g8f6898e-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ec6ede92b76..cedefb32f18d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vmtouch-git
pkgdesc = Portable file system cache diagnostics and control
- pkgver = 1.3.1.r8.g3382336
+ pkgver = 1.3.1.r17.g8f6898e
pkgrel = 1
url = https://hoytech.com/vmtouch/
arch = i686
@@ -9,10 +9,9 @@ pkgbase = vmtouch-git
makedepends = git
makedepends = perl
depends = glibc
- provides = vmtouch
+ provides = vmtouch=1.3.1.r17.g8f6898e
conflicts = vmtouch
source = git+https://github.com/hoytech/vmtouch.git
sha256sums = SKIP
pkgname = vmtouch-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7015e9e34d34..4b1ca76c344e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=vmtouch-git
-pkgver=1.3.1.r8.g3382336
+pkgver=1.3.1.r17.g8f6898e
pkgrel=1
pkgdesc="Portable file system cache diagnostics and control"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://hoytech.com/vmtouch/"
license=('BSD')
depends=('glibc')
makedepends=('git' 'perl')
-provides=('vmtouch')
+provides=("vmtouch=$pkgver")
conflicts=('vmtouch')
source=("git+https://github.com/hoytech/vmtouch.git")
sha256sums=('SKIP')