File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# eclipse meta data
4
4
.project
5
-
6
- # generated resources
7
- /* /
8
- /* .xz
9
- /* .log
10
-
11
- # version update marker file
12
- .PKGVER
Original file line number Diff line number Diff line change @@ -143,8 +143,10 @@ is there a silent or no-echo mode during password entry in `initrd-shell.sh`?
143
143
144
144
### Package Build Questions and Answers
145
145
146
- how can I install a development version of this?
147
- * create a marker file ` .PKGDEV ` to build from latest master, for example
146
+ how can I install latest release or development version of this?
147
+ * create a marker file ` .PKGDEV ` to build from latest master branch,
148
+ * create a marker file ` .PKGREL ` to build from latest release tag,
149
+ * for example
148
150
```
149
151
mkdir -p /tmp/aur
150
152
cd /tmp/aur
You can’t perform that action at this time.
0 commit comments