summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Bradfield2021-04-08 07:52:57 +0100
committerRichard Bradfield2021-04-08 07:52:57 +0100
commit09c1481f1a03cd674fa040b1fb959b9e878a304f (patch)
tree9c21e96aa86db6d155c4230ff8ef069c4d95a4d2
parente018ecf2a34c400bcc3cc7266b676abc57b1b9a8 (diff)
downloadaur-rhack.tar.gz
Bump pinned ref
The maintainer hasn't cut a 0.2.0 yet but there are a couple of bugfixes in the latest commits that would be useful.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a56c395ae97..47a361e978a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rhack
pkgdesc = rhack - easily hack on your Rust dependencies
pkgver = 0.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nakabonne/rhack
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = rhack
makedepends = git
depends = gcc-libs
provides = rhack
- source = https://github.com/nakabonne/rhack/archive/30c6a8fac53c83db6a594a29d10dc0209e955a9a.zip
- sha512sums = 867bf838d5b5ccc01b934dc9ecedc77a50b5902cb07b6e391a2cbca051c7824d8134a45246334d72e9662f11429556c52242c5dbb04b41400e96e3431400844d
+ source = https://github.com/nakabonne/rhack/archive/5381a730c58652642a0e8eaabca9abf21cbb542d.zip
+ sha512sums = cd5e030803f44bdf5080d0d5b76c56cc85bb2d109155d2f17d17a986bf68b7a67e66188d03c3978119c34750b0c6c217b36d165088d6acd7fc987a30b9134a61
pkgname = rhack
diff --git a/PKGBUILD b/PKGBUILD
index 96994908cf4e..b209563f4c57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=rhack
pkgver=0.1.0
-pkgrel=2
-pinref="30c6a8fac53c83db6a594a29d10dc0209e955a9a"
+pkgrel=3
+pinref="5381a730c58652642a0e8eaabca9abf21cbb542d"
pkgdesc="rhack - easily hack on your Rust dependencies"
url="https://github.com/nakabonne/rhack"
depends=("gcc-libs")
@@ -12,7 +12,7 @@ provides=("rhack")
arch=("i686" "x86_64")
license=("BSD")
source=("https://github.com/nakabonne/rhack/archive/$pinref.zip")
-sha512sums=('867bf838d5b5ccc01b934dc9ecedc77a50b5902cb07b6e391a2cbca051c7824d8134a45246334d72e9662f11429556c52242c5dbb04b41400e96e3431400844d')
+sha512sums=('cd5e030803f44bdf5080d0d5b76c56cc85bb2d109155d2f17d17a986bf68b7a67e66188d03c3978119c34750b0c6c217b36d165088d6acd7fc987a30b9134a61')
build() {
cd rhack-$pinref