summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2018-12-25 19:19:21 +0200
committerMantas Mikulėnas2018-12-25 19:19:21 +0200
commit0017ba80b757a3e6022918b94e2784289346b5d8 (patch)
treeac13054b1d203a60e5d9917314130188dcbabf3b
parent64b350a2386ce5594e8b0ec28a3fbffc9c266c0e (diff)
downloadaur-0017ba80b757a3e6022918b94e2784289346b5d8.tar.gz
bump to latest master for mutex bugdix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b56e5895dc8..4a27af536604 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-# Generated by mksrcinfo v8
-# Tue May 17 17:17:06 UTC 2016
pkgbase = nocache
pkgdesc = minimize caching effects
- pkgver = 1.0
+ pkgver = 1.0.r7.ge4e77a4
pkgrel = 1
url = https://github.com/Feh/nocache
arch = i686
arch = x86_64
license = FreeBSD License
- source = git+https://github.com/Feh/nocache.git#tag=v1.0
+ source = git+https://github.com/Feh/nocache.git#commit=e4e77a48528739188dccbdbd8b4d2d2d49aa0d99
sha256sums = SKIP
pkgname = nocache
diff --git a/PKGBUILD b/PKGBUILD
index 2c69973895c2..da376c8cca65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
# Contributor: goll <adrian.goll+aur[at]gmail>
pkgname=nocache
-pkgver=1.0
+pkgver=1.0.r7.ge4e77a4
pkgrel=1
pkgdesc="minimize caching effects"
arch=(i686 x86_64)
url="https://github.com/Feh/nocache"
license=('FreeBSD License')
-source=("git+https://github.com/Feh/nocache.git#tag=v1.0")
+_commit=e4e77a48528739188dccbdbd8b4d2d2d49aa0d99
+source=("git+https://github.com/Feh/nocache.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {