Skip to content

Commit

Permalink
chore(packages): update packages
Browse files Browse the repository at this point in the history
changed: spotify-player
  • Loading branch information
temeraire-cx committed Nov 5, 2024
1 parent 609f2f8 commit ea0d31c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .ci/aur-state
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1730813444
1730820646
8 changes: 4 additions & 4 deletions spotify-player/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = spotify-player
pkgdesc = A command driven spotify player.
pkgver = 0.19.1
pkgrel = 2
pkgver = 0.20.1
pkgrel = 1
url = https://github.com/aome510/spotify-player
arch = x86_64
arch = aarch64
Expand All @@ -11,7 +11,7 @@ pkgbase = spotify-player
depends = alsa-lib
depends = openssl
depends = dbus
source = spotify-player-0.19.1.tar.gz::https://github.com/aome510/spotify-player/archive/v0.19.1.tar.gz
sha512sums = a9b753e7f956874597c6c0e47a5c9366be0d07b7f7d27c424d24e464edeaba4add862c5d82bac0c32932e9525efbe8501422ef574adb5e7400052964f7687d2c
source = spotify-player-0.20.1.tar.gz::https://github.com/aome510/spotify-player/archive/v0.20.1.tar.gz
sha512sums = 3446466c5da7062b4c5c81faf87a8c5f22eb7cce661f83158c398eb0e798b56d239eb3367b32249682f88b10ec066a963fe36f6199706d0193f4e7cf855d1959

pkgname = spotify-player
6 changes: 3 additions & 3 deletions spotify-player/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Maintainer: Thang Pham <phamducthang1234 at gmail dot com>

pkgname=spotify-player
pkgver=0.19.1
pkgrel=2
pkgver=0.20.1
pkgrel=1
pkgdesc="A command driven spotify player."
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/aome510/spotify-player"
license=('MIT')
depends=('alsa-lib' 'openssl' 'dbus')
makedepends=('cargo')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aome510/spotify-player/archive/v${pkgver}.tar.gz")
sha512sums=('a9b753e7f956874597c6c0e47a5c9366be0d07b7f7d27c424d24e464edeaba4add862c5d82bac0c32932e9525efbe8501422ef574adb5e7400052964f7687d2c')
sha512sums=('3446466c5da7062b4c5c81faf87a8c5f22eb7cce661f83158c398eb0e798b56d239eb3367b32249682f88b10ec066a963fe36f6199706d0193f4e7cf855d1959')

prepare() {
cd "${pkgname}-${pkgver}"
Expand Down

0 comments on commit ea0d31c

Please sign in to comment.