mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
Update .SRCINFO and add .gitignore
This commit is contained in:
parent
0728139366
commit
bbc608fd16
3 changed files with 11 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
9
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# makepkg build artifacts
|
||||
src/
|
||||
pkg/
|
||||
*.pkg.tar.zst
|
||||
*.pkg.tar.xz
|
||||
*.pkg.tar.gz
|
||||
|
||||
# Downloaded sources
|
||||
lyrics/
|
||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue