summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c343286eab96..a83f74dc6b7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,10 @@ 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#commit=$commit)
+source=(git+$url)
sha512sums=('SKIP')
build() {