summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiretza2017-12-01 11:02:22 +0100
committerxiretza2017-12-01 11:02:22 +0100
commitb9c6a81e7760913c4fd950794b9184d33c9eabf8 (patch)
treeeb8f7564a3855460afef9803b8e0135b4d76b3da /PKGBUILD
parentc318c9dc57a8092ad281118c3d52e933ca0c9c90 (diff)
downloadaur-b9c6a81e7760913c4fd950794b9184d33c9eabf8.tar.gz
switch to rigred fork
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee7c6e236976..1228cf0b0d39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: xiretza <xiretza+aur@gmail.com>
_pkgname=sandsifter
pkgname="${_pkgname}-git"
-pkgver=r1.dff6324
-pkgrel=3
+pkgver=r22.d0e9e8e
+pkgrel=1
pkgdesc="The x86 processor fuzzer"
arch=("i686" "x86_64")
-url="https://github.com/xoreaxeaxeax/${_pkgname}"
+url="https://github.com/rigred/${_pkgname}"
# see https://github.com/xoreaxeaxeax/sandsifter/issues/13
license=("unknown")
groups=()
@@ -16,7 +16,7 @@ conflicts=("${_pkgname}")
source=("${_pkgname}::git+${url}"
"${pkgname}.patch")
sha256sums=('SKIP'
- 'ee35e3e5d6a6c018e5a138af388d78d0dce3b1605b53ddfe1241cfdef9daa18a')
+ 'fbe1e12694f8be31ab3128932c6a5e91950f14fd1c22196559dd74711b9d080f')
pkgver() {
cd "$srcdir/${_pkgname}"