File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 3838 target : ' run'
3939 pkgname : ' marten'
4040 command : ' marten -v'
41+
42+ - name : Publish AUR package
43+ uses : KSXGitHub/github-actions-deploy-aur@<TAG>
44+ with :
45+ pkgname : marten
46+ pkgbuild : ./marten/PKGBUILD
47+ assets : ./marten/*
48+ commit_username : ${{ secrets.AUR_USERNAME }}
49+ commit_email : ${{ secrets.AUR_EMAIL }}
50+ ssh_private_key : ${{ secrets.AUR_SSH_PRIVATE_KEY }}
51+ commit_message : Update AUR package
52+ ssh_keyscan_types : rsa,ecdsa,ed25519
Original file line number Diff line number Diff line change 11pkgbase = marten
22 pkgdesc = A Crystal command-line tool for working with Marten web framework applications
3- pkgver = 0.5.6
3+ pkgver = 0.5.7
44 pkgrel = 1
55 url = https://github.com/martenframework/marten
66 arch = x86_64
@@ -10,6 +10,6 @@ pkgbase = marten
1010 depends = shards
1111 provides = marten
1212 source = https://github.com/martenframework/marten/archive/v0.5.6.tar.gz
13- sha256sums = bb74c9896e19a429e03b1a14c252390d36d293aba8617bfe4c72c5d18e2b49e5
13+ sha256sums = 63671b5dff20baf68cd80b6efa3c54baf63e86cf63678e4e9e08f3e1949ce016
1414
1515pkgname = marten
Original file line number Diff line number Diff line change 11# Maintainer: Pavel Poronko <warzgibz at gmail dot com>
22
33pkgname=' marten'
4- pkgver=' 0.5.6 '
4+ pkgver=' 0.5.7 '
55pkgrel=1
66pkgdesc=' A Crystal command-line tool for working with Marten web framework applications'
77arch=(" x86_64" )
@@ -10,7 +10,7 @@ license=('MIT')
1010depends=(' crystal' ' shards' )
1111makedepends=(' git' )
1212source=(" ${url} /archive/v${pkgver} .tar.gz" )
13- sha256sums=(' bb74c9896e19a429e03b1a14c252390d36d293aba8617bfe4c72c5d18e2b49e5 ' )
13+ sha256sums=(' 63671b5dff20baf68cd80b6efa3c54baf63e86cf63678e4e9e08f3e1949ce016 ' )
1414provides=(' marten' )
1515build () {
1616 cd " marten-${pkgver} "
You can’t perform that action at this time.
0 commit comments