summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth C2020-04-21 17:35:59 -0400
committerKenneth C2020-04-21 17:35:59 -0400
commitbe40a27c2e890912365a8c13e547ed652007e97a (patch)
tree044f8875e6a7f4b87259960527d61519d6d4417c
parentaa75429ad6f65154a6b1f7387de3fab4e7f8459c (diff)
downloadaur-be40a27c2e890912365a8c13e547ed652007e97a.tar.gz
[UPDATE] 0.45.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04d42a88bf30..b4b76c4c54b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lbry-app-bin
pkgdesc = The LBRY app built using electron
- pkgver = 0.44.0
- pkgrel = 2
+ pkgver = 0.45.0
+ pkgrel = 1
url = https://lbry.com/
arch = x86_64
license = MIT
@@ -10,8 +10,8 @@ pkgbase = lbry-app-bin
depends = libxtst
depends = nss
depends = libsecret
- source = https://github.com/lbryio/lbry-desktop/releases/download/v0.44.0/LBRY_0.44.0.deb
- sha256sums = b799d9de6c9721e8d022ec1d0786e554f6299fd6b7219bbef254793a22367c6c
+ source = https://github.com/lbryio/lbry-desktop/releases/download/v0.45.0/LBRY_0.45.0.deb
+ sha256sums = 5f2576577ea49a78419e77e25ce226ab3a5a5ade2de383ec41342a97051e9a0f
pkgname = lbry-app-bin
diff --git a/PKGBUILD b/PKGBUILD
index 95fc10587f0f..3e7278e38c9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Dafne Kiyui <didyouknowthat@dafne.rocks>
# CoMaintainer: Kenneth Cremeans <kcrem@hfhosting.us>
-# Release Code Name: Love Lace
+# Release Code Name: Mach
pkgname=lbry-app-bin
-pkgver=0.44.0
-pkgrel=2
+pkgver=0.45.0
+pkgrel=1
pkgdesc='The LBRY app built using electron'
arch=('x86_64')
url='https://lbry.com/'
@@ -13,8 +13,8 @@ license=('MIT')
# gconf deprecated: https://github.com/electron/electron/issues/2727
# gnome-keyring still required: https://github.com/lbryio/lbry-desktop/issues/386
depends=('libnotify' 'libappindicator-gtk2' 'libxtst' 'nss' 'libsecret')
-source=('https://github.com/lbryio/lbry-desktop/releases/download/v0.44.0/LBRY_0.44.0.deb')
-sha256sums=('b799d9de6c9721e8d022ec1d0786e554f6299fd6b7219bbef254793a22367c6c')
+source=('https://github.com/lbryio/lbry-desktop/releases/download/v0.45.0/LBRY_0.45.0.deb')
+sha256sums=('5f2576577ea49a78419e77e25ce226ab3a5a5ade2de383ec41342a97051e9a0f')
package() {
tar -xf "$srcdir/data.tar.xz" -C "$pkgdir"