summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFord Smith2022-02-09 13:13:19 -0500
committerFord Smith2022-02-09 13:13:19 -0500
commit133be11d0ed54e8ca8d51b72aca91215f9efbdab (patch)
tree4b4a5fbf423eda786ca480452fd1361d4155bedc
parent4cc4c6d04a117d74dc2457bb4758fbd52721c515 (diff)
downloadaur-133be11d0ed54e8ca8d51b72aca91215f9efbdab.tar.gz
Set to specific commit
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58494d767600..f25d148a7f6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,11 @@ pkgrel=1
pkgdesc='Dura is a background process that watches your Git repositories and commits your uncommitted changes'
arch=(x86_64)
url=https://github.com/tkellogg/dura
+commit=88ab59bb869b7b7d6a908d6dcbdadc5199ac92af
license=(Apache)
makedepends=(git cargo)
provides=(dura)
-source=(git+$url)
+source=(git+$url#commit=$commit)
sha512sums=('SKIP')
build() {