Compare commits

..

2 commits

Author SHA1 Message Date
c0ba92f105
upgpkg: spot-client 0.4.0-1
upstream release
2023-02-24 23:24:08 +01:00
4e0f9a096e
upgpkg: firefox-syncstorage 0.13.4-1
upstream release
2023-02-24 23:23:47 +01:00
4 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
pkgbase = firefox-syncstorage pkgbase = firefox-syncstorage
pkgdesc = Sync storage server with built-in token server for running a self-hosted firefox sync server pkgdesc = Sync storage server with built-in token server for running a self-hosted firefox sync server
pkgver = 0.13.2 pkgver = 0.13.4
pkgrel = 1 pkgrel = 1
url = https://github.com/mozilla-services/syncstorage-rs url = https://github.com/mozilla-services/syncstorage-rs
install = firefox-syncstorage.install install = firefox-syncstorage.install
@ -20,9 +20,9 @@ pkgbase = firefox-syncstorage
depends = python-tokenlib depends = python-tokenlib
optdepends = mysql: for use with a local database server optdepends = mysql: for use with a local database server
backup = etc/firefox-syncstorage.toml backup = etc/firefox-syncstorage.toml
source = https://github.com/mozilla-services/syncstorage-rs/archive/0.13.2/syncstorage-rs-0.13.2.tar.gz source = https://github.com/mozilla-services/syncstorage-rs/archive/0.13.4/syncstorage-rs-0.13.4.tar.gz
source = firefox-syncstorage.service source = firefox-syncstorage.service
sha256sums = 794866d6b6ca57f643c2f1f9b460a4d73e174df87cadd22465123d6c43f32cd6 sha256sums = adfa2161b523e08cb45a37b4fada2ef80585828576e6c6b49e1de550d1e7e7e3
sha256sums = 609e057cd835ea54b06b32b98e210cd946255f652e7754c9160fd7c94379a83d sha256sums = 609e057cd835ea54b06b32b98e210cd946255f652e7754c9160fd7c94379a83d
pkgname = firefox-syncstorage pkgname = firefox-syncstorage

View file

@ -5,7 +5,7 @@
pkgname=firefox-syncstorage pkgname=firefox-syncstorage
_pkgname=syncstorage-rs _pkgname=syncstorage-rs
pkgver=0.13.2 pkgver=0.13.4
pkgrel=1 pkgrel=1
pkgdesc='Sync storage server with built-in token server for running a self-hosted firefox sync server' pkgdesc='Sync storage server with built-in token server for running a self-hosted firefox sync server'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@ -17,7 +17,7 @@ optdepends=('mysql: for use with a local database server')
install="${pkgname}.install" install="${pkgname}.install"
source=("https://github.com/mozilla-services/${_pkgname}/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz" source=("https://github.com/mozilla-services/${_pkgname}/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
"${pkgname}.service") "${pkgname}.service")
sha256sums=('794866d6b6ca57f643c2f1f9b460a4d73e174df87cadd22465123d6c43f32cd6' sha256sums=('adfa2161b523e08cb45a37b4fada2ef80585828576e6c6b49e1de550d1e7e7e3'
'609e057cd835ea54b06b32b98e210cd946255f652e7754c9160fd7c94379a83d') '609e057cd835ea54b06b32b98e210cd946255f652e7754c9160fd7c94379a83d')
backup=("etc/${pkgname}.toml") backup=("etc/${pkgname}.toml")

View file

@ -1,6 +1,6 @@
pkgbase = spot-client pkgbase = spot-client
pkgdesc = Gtk/Rust native Spotify client pkgdesc = Gtk/Rust native Spotify client
pkgver = 0.3.3 pkgver = 0.4.0
pkgrel = 1 pkgrel = 1
url = https://github.com/xou816/spot url = https://github.com/xou816/spot
arch = x86_64 arch = x86_64
@ -25,9 +25,9 @@ pkgbase = spot-client
depends = pango depends = pango
optdepends = org.freedesktop.secrets optdepends = org.freedesktop.secrets
options = !lto options = !lto
source = https://github.com/xou816/spot/archive/0.3.3/spot-0.3.3.tar.gz source = https://github.com/xou816/spot/archive/0.4.0/spot-0.4.0.tar.gz
source = disable-clippy.patch source = disable-clippy.patch
sha512sums = 8b116e5e9a79efbbb6aef21b89ca93d3ea6083fb02b245662a4e222f85feef76dbc5abcdacfb0a29bf8ee0d8062137b3f0a1648a47537b26a9c16dd7bf525a8a sha512sums = 45b7b28250d6a3ccfd829984d5ee2f94fc8f052467cfa94403171d7c9fe803c65567759b3b01b86b8cc7a1d8cbdff64d99c82a72c34997192386ff9f51531d1d
sha512sums = 1cb0faced2e6801cb994e9af7b81411355837b2efcd9c82b82751508e0bfcc967c50b3d6296bfdb8c017bbf2e7a503a3920d36cb896e44c896c23f5b9e1d13f1 sha512sums = 1cb0faced2e6801cb994e9af7b81411355837b2efcd9c82b82751508e0bfcc967c50b3d6296bfdb8c017bbf2e7a503a3920d36cb896e44c896c23f5b9e1d13f1
pkgname = spot-client pkgname = spot-client

View file

@ -4,7 +4,7 @@
_projectname='spot' _projectname='spot'
pkgname="$_projectname-client" pkgname="$_projectname-client"
pkgver='0.3.3' pkgver='0.4.0'
pkgrel='1' pkgrel='1'
pkgdesc='Gtk/Rust native Spotify client' pkgdesc='Gtk/Rust native Spotify client'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@ -19,7 +19,7 @@ source=(
"https://github.com/xou816/$_projectname/archive/$pkgver/$_projectname-$pkgver.tar.gz" "https://github.com/xou816/$_projectname/archive/$pkgver/$_projectname-$pkgver.tar.gz"
'disable-clippy.patch' 'disable-clippy.patch'
) )
sha512sums=('8b116e5e9a79efbbb6aef21b89ca93d3ea6083fb02b245662a4e222f85feef76dbc5abcdacfb0a29bf8ee0d8062137b3f0a1648a47537b26a9c16dd7bf525a8a' sha512sums=('45b7b28250d6a3ccfd829984d5ee2f94fc8f052467cfa94403171d7c9fe803c65567759b3b01b86b8cc7a1d8cbdff64d99c82a72c34997192386ff9f51531d1d'
'1cb0faced2e6801cb994e9af7b81411355837b2efcd9c82b82751508e0bfcc967c50b3d6296bfdb8c017bbf2e7a503a3920d36cb896e44c896c23f5b9e1d13f1') '1cb0faced2e6801cb994e9af7b81411355837b2efcd9c82b82751508e0bfcc967c50b3d6296bfdb8c017bbf2e7a503a3920d36cb896e44c896c23f5b9e1d13f1')
validpgpkeys=() # waiting for https://github.com/xou816/spot/issues/283 validpgpkeys=() # waiting for https://github.com/xou816/spot/issues/283
@ -30,7 +30,7 @@ prepare() {
cd "$srcdir/$_sourcedirectory/" cd "$srcdir/$_sourcedirectory/"
# Disable clippy tests, as they don't realy make sense for user builds (https://gitlab.com/dpeukert/pkgbuilds/-/issues/37) # Disable clippy tests, as they don't realy make sense for user builds (https://gitlab.com/dpeukert/pkgbuilds/-/issues/37)
patch --forward -p1 < '../disable-clippy.patch' patch -Np1 < '../disable-clippy.patch'
} }
build() { build() {