Skip to content

Commit

Permalink
update pkgbuild to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hertg committed Oct 7, 2023
1 parent f26a8c2 commit e5ae54b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .ci/generate-pkgbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ source=("\${pkgname}-${pkgver}.tar.gz::https://github.com/hertg/lightdm-neon/arc
sha256sums=('SKIP')
build() {
cd lightdm-neon-\${pkgver}
npm install
npm run build
}
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## :lady_beetle: Fixes

- Updated PKGBUILD to fix issues with AUR release (#15)
- Update npm dependencies with moderate security vulnerabilities
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lightdm-neon",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit e5ae54b

Please sign in to comment.