File tree 3 files changed +6
-10
lines changed
3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change
1
+ pkgname = prjtrellis-git
Original file line number Diff line number Diff line change 3
3
_prj=trellis
4
4
_pkgname=prj$_prj
5
5
pkgname=$_pkgname -git
6
- _commit=%COMMIT%
7
6
pkgver=dummy
8
7
pkgrel=1
9
8
pkgdesc=' Documentation and definitions for the Lattice ECP5 bit-stream format'
@@ -15,7 +14,7 @@ makedepends=('git' 'cmake' 'boost' 'python-sphinx' 'python-sphinx_rtd_theme' 'py
15
14
optdepends=(' python: Python support' )
16
15
provides=(" $_pkgname " )
17
16
conflicts=(" $_pkgname " )
18
- source=(" git+$url .git#commit= $_commit " )
17
+ source=(" git+$url .git" )
19
18
sha512sums=(' SKIP' )
20
19
21
20
pkgver () {
Original file line number Diff line number Diff line change @@ -4,16 +4,12 @@ on: [push, pull_request]
4
4
jobs :
5
5
arch-pkg :
6
6
runs-on : ubuntu-latest
7
- container :
8
- image : archlinux
9
- options : --privileged
10
- volumes :
11
- - /sys/fs/cgroup:/sys/fs/cgroup
12
7
steps :
13
- - uses : actions/checkout@v2
8
+ - uses : actions/checkout@v4
14
9
- name : Build Arch Linux package
15
- uses : FFY00/build- arch-package @v1
10
+ uses : 2m/ arch-pkgbuild-builder @v1.21
16
11
with :
17
- PKGBUILD : $GITHUB_WORKSPACE/.github/archlinux/PKGBUILD
12
+ target : ' pkgbuild'
13
+ pkgname : ' .github/archlinux'
18
14
19
15
You can’t perform that action at this time.
0 commit comments