Skip to content

Commit e5ae54b

Browse files
committed
update pkgbuild to fix build
1 parent f26a8c2 commit e5ae54b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci/generate-pkgbuild.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ source=("\${pkgname}-${pkgver}.tar.gz::https://github.com/hertg/lightdm-neon/arc
2828
sha256sums=('SKIP')
2929
3030
build() {
31+
cd lightdm-neon-\${pkgver}
3132
npm install
3233
npm run build
3334
}

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
## :lady_beetle: Fixes
22

33
- Updated PKGBUILD to fix issues with AUR release (#15)
4-
- Update npm dependencies with moderate security vulnerabilities

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightdm-neon",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": true,
55
"scripts": {
66
"build": "rollup -c",

0 commit comments

Comments
 (0)