summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Minnocci2023-05-23 15:47:21 +0200
committerFrancesco Minnocci2023-05-23 15:47:21 +0200
commit1713efec496baa507740fa347594045efd9e3b38 (patch)
tree4140ae99f7164ae6421a5bed8d0697f759b8eda2
parent0dc8df9a7d9f057e43340475f5a3828857a387e4 (diff)
downloadaur-1713efec496baa507740fa347594045efd9e3b38.tar.gz
Update
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4514eee590c..9b6dadd9187a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sptlrx-bin
pkgdesc = Timesynced Spotify lyrics in your terminal.
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 2
url = https://github.com/raitonoberu/sptlrx
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = sptlrx-bin
license = MIT
provides = sptlrx
conflicts = sptlrx
- source_x86_64 = https://github.com/raitonoberu/sptlrx/releases/download/v1.0.0/sptlrx_1.0.0_Linux_x86_64.tar.gz
- sha256sums_x86_64 = ba0fb8c9e390419e2e3d5f1bcca8117ee5dac3e0ad063c29cec7cb0d53b6c6e5
- source_arm64 = https://github.com/raitonoberu/sptlrx/releases/download/v1.0.0/sptlrx_1.0.0_Linux_arm64.tar.gz
- sha256sums_arm64 = 55813a2efcdf395f4f96df31cddb2955402f064df77cdbf6262487e82fb5c934
- source_i386 = https://github.com/raitonoberu/sptlrx/releases/download/v1.0.0/sptlrx_1.0.0_Linux_i386.tar.gz
- sha256sums_i386 = 9246b202538dbd320870c08d72f44e632e9b73150e568b37d989cc54baf82357
+ source_x86_64 = https://github.com/raitonoberu/sptlrx/releases/download/v1.1.0/sptlrx_1.1.0_Linux_x86_64.tar.gz
+ sha256sums_x86_64 = fe9bd16945e9671096da32261a23360c394e05e792d4d7871e232ca8f559d076
+ source_arm64 = https://github.com/raitonoberu/sptlrx/releases/download/v1.1.0/sptlrx_1.1.0_Linux_arm64.tar.gz
+ sha256sums_arm64 = 1f2421bfa8b7c29eab5a41d5dc6e8e476aa58abf66c86e93831e47c89536cd52
+ source_i386 = https://github.com/raitonoberu/sptlrx/releases/download/v1.1.0/sptlrx_1.1.0_Linux_i386.tar.gz
+ sha256sums_i386 = 869b00a01ec48f81949e52b2199a9e97a89b171a5f432ae6632df5cd7153718c
pkgname = sptlrx-bin
diff --git a/PKGBUILD b/PKGBUILD
index bc04466a2e06..e75990297791 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=sptlrx
pkgname=sptlrx-bin
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=2
pkgdesc="Timesynced Spotify lyrics in your terminal."
arch=('x86_64' 'arm64' 'i386')
@@ -15,9 +15,9 @@ _url="$url/releases/download/v$pkgver/${_name}_${pkgver}_Linux"
source_x86_64=("${_url}_x86_64.tar.gz")
source_arm64=("${_url}_arm64.tar.gz")
source_i386=("${_url}_i386.tar.gz")
-sha256sums_x86_64=('ba0fb8c9e390419e2e3d5f1bcca8117ee5dac3e0ad063c29cec7cb0d53b6c6e5')
-sha256sums_arm64=('55813a2efcdf395f4f96df31cddb2955402f064df77cdbf6262487e82fb5c934')
-sha256sums_i386=('9246b202538dbd320870c08d72f44e632e9b73150e568b37d989cc54baf82357')
+sha256sums_x86_64=('fe9bd16945e9671096da32261a23360c394e05e792d4d7871e232ca8f559d076')
+sha256sums_arm64=('1f2421bfa8b7c29eab5a41d5dc6e8e476aa58abf66c86e93831e47c89536cd52')
+sha256sums_i386=('869b00a01ec48f81949e52b2199a9e97a89b171a5f432ae6632df5cd7153718c')
package() {
install -Dm755 "${_name}" "$pkgdir"/usr/bin/"${_name}"