[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53144] [PATCH 13/13] gnu: minetest-throwing-arrows: Use 'latest-git
From: |
Maxime Devos |
Subject: |
[bug#53144] [PATCH 13/13] gnu: minetest-throwing-arrows: Use 'latest-git' updater. |
Date: |
Sun, 9 Jan 2022 19:10:15 +0000 |
* gnu/packages/minetest.scm
(minetest-throwing-arrows)[properties]: New field.
---
gnu/packages/minetest.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index 9122e01463..9270acc6e0 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -537,7 +537,8 @@ (define-public minetest-throwing-arrows
;; not be translated.
"This mod adds arrows and bows to Minetest. It is a compatible
replacement for the throwing mod by PilzAdam that uses the throwing API.")
- (license license:mpl2.0))))
+ (license license:mpl2.0)
+ (properties '((with-latest-git-commit . #true))))))
(define-public minetest-worldedit
(package
--
2.34.0
- [bug#53144] [PATCH 0/13] Make more git-using packages auto-updatable, Maxime Devos, 2022/01/09
- [bug#53144] [PATCH 01/13] doc: Give some tips on Minetest packaging., Maxime Devos, 2022/01/09
- [bug#53144] [PATCH 02/13] gnu: minetest-ethereal: Follow new versioning conventions., Maxime Devos, 2022/01/09
- [bug#53144] [PATCH 06/13] gnu: minetest-ethereal: Update to 2022-01-05., Maxime Devos, 2022/01/09
- [bug#53144] [PATCH 03/13] gnu: minetest-mesecons: Follow new versioning conventions., Maxime Devos, 2022/01/09
- [bug#53144] [PATCH 05/13] gnu: minetest: Remove obsolete comments about version numbers., Maxime Devos, 2022/01/09
- [bug#53144] [PATCH 11/13] git: Support resolving references without cloning., Maxime Devos, 2022/01/09
- [bug#53144] [PATCH 13/13] gnu: minetest-throwing-arrows: Use 'latest-git' updater.,
Maxime Devos <=
- [bug#53144] [PATCH 07/13] gnu: minetest-mesecons: Update to 2021-11-28., Maxime Devos, 2022/01/09
- [bug#53144] [PATCH 04/13] gnu: minetest-throwing: Follow new versioning conventions., Maxime Devos, 2022/01/09
- [bug#53144] [PATCH 08/13] gnu: minetest-mobs: Update to 2022-01-03., Maxime Devos, 2022/01/09
- [bug#53144] [PATCH 09/13] doc: Document the Minetest importer., Maxime Devos, 2022/01/09
- [bug#53144] [PATCH 10/13] upstream: Support incrementing the revision of 'git-version'., Maxime Devos, 2022/01/09
- [bug#53144] [PATCH 12/13] import: Add 'latest-git' updater., Maxime Devos, 2022/01/09
- [bug#53144] [PATCH 01/13] doc: Give some tips on Minetest packaging., Liliana Marie Prikler, 2022/01/09