summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21bb18280bfd..f35760610051 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = afl-utils-git
pkgdesc = Utilities for automated crash sample processing/analysis, easy afl-fuzz job management and corpus optimization
- pkgver = 1.32a.224.1a10e7b
+ pkgver = 1.34a.272.b01a625
pkgrel = 1
url = https://github.com/rc0r/afl-utils
arch = any
@@ -16,7 +16,7 @@ pkgbase = afl-utils-git
optdepends = gdb: gdb script execution support
provides = afl-utils
conflicts = afl-utils
- source = afl-utils-git::git+https://github.com/rc0r/afl-utils
+ source = afl-utils-git::git+https://gitlab.com/rc0r/afl-utils
sha512sums = SKIP
pkgname = afl-utils-git
diff --git a/PKGBUILD b/PKGBUILD
index 600d1d4cd936..4fcdbab3c434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=afl-utils-git
_gitname=afl-utils
-pkgver=1.32a.224.1a10e7b
+pkgver=1.34a.272.b01a625
pkgrel=1
pkgdesc="Utilities for automated crash sample processing/analysis, easy afl-fuzz job management and corpus optimization"
url="https://github.com/rc0r/afl-utils"
@@ -17,7 +17,7 @@ optdepends=(
makedepends=('git' 'python-setuptools')
provides=('afl-utils')
conflicts=('afl-utils')
-source=(${pkgname}::git+https://github.com/rc0r/${_gitname})
+source=(${pkgname}::git+https://gitlab.com/rc0r/afl-utils)
sha512sums=('SKIP')
pkgver() {