Update .SRCINFO and add .gitignore

This commit is contained in:
unstable-code 2025-11-22 11:38:43 +09:00
parent 0728139366
commit bbc608fd16
No known key found for this signature in database
GPG key ID: CB5F744B42F45F64
3 changed files with 11 additions and 2 deletions

View file

@ -1,6 +1,6 @@
pkgbase = wshowlyrics-git
pkgdesc = Wayland-based synchronized lyrics overlay with MPRIS integration
pkgver = r25.8dfaba6
pkgver = r21.4923247
pkgrel = 1
url = https://github.com/unstable-code/lyrics
arch = x86_64

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
# makepkg build artifacts
src/
pkg/
*.pkg.tar.zst
*.pkg.tar.xz
*.pkg.tar.gz
# Downloaded sources
lyrics/

View file

@ -1,6 +1,6 @@
# Maintainer: unstable-code <assa0620@gmail.com>
pkgname=wshowlyrics-git
pkgver=r25.8dfaba6
pkgver=r21.4923247
pkgrel=1
pkgdesc="Wayland-based synchronized lyrics overlay with MPRIS integration"
arch=('x86_64' 'aarch64')