summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Rosca2023-10-23 13:18:46 +0200
committerRobert Rosca2023-10-23 13:43:49 +0200
commita1da55d442e6884b37571c4a097a02e6a5f9dbd1 (patch)
treedc9c5599a742a080b0b3a6d290a8b4ef321dba1b
parentb9fa23e6318a41053aa882fcad4ec919e61b584b (diff)
downloadaur-a1da55d442e6884b37571c4a097a02e6a5f9dbd1.tar.gz
remove commit hash
-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() {