We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e968e98 commit 715ca4bCopy full SHA for 715ca4b
1 file changed
package/yaft/package
@@ -5,7 +5,8 @@
5
pkgnames=(yaft)
6
pkgdesc="Yet another framebuffer terminal"
7
url=https://github.com/timower/rM2-stuff/tree/master/apps/yaft
8
-pkgver=0.0.7-1
+_tag=0.0.8
9
+pkgver=${_tag}-1
10
timestamp=2021-05-02T09:23Z
11
maintainer="Mattéo Delabre <spam@delab.re>"
12
license=GPL-3.0
@@ -14,13 +15,13 @@ image=base:v2.3
14
15
installdepends=(display)
16
17
source=(
- https://github.com/timower/rM2-stuff/archive/refs/tags/v0.0.7.zip
18
+ "https://github.com/timower/rM2-stuff/archive/refs/tags/v${_tag}.zip"
19
input.patch
20
)
21
22
sha256sums=(
- df3c74e08c6f047be8cea3d50f9b84bf20a9191d9ee1850e9957146134dfef1c
23
- 5f3c6be207dda291950eece920fca853977fef772c6eddd7fb37c4dbf44c2b3b
+ 718a9fc7a8e26d587bac790fd83ad8242978b59745269b2ff213e04820bf45b8
24
+ SKIP
25
26
27
build() {
0 commit comments