summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302020-09-27 16:47:56 +0200
committerM0Rf302020-09-27 16:47:56 +0200
commitf037311cc3c775dcd9bf8409315f32d0161e28d2 (patch)
tree12ac483b8c189d85d3908002d4f12d51cd530818
parent9efaddf9c033f0fdc6c0959d41232c711ab1fea6 (diff)
downloadaur-f037311cc3c775dcd9bf8409315f32d0161e28d2.tar.gz
openbazaar: 2.4.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fac69c556b8..9c1e8222397c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = openbazaar
pkgdesc = Front-end Electron application for talking with the OpenBazaar daemon
- pkgver = 2.4.7
- pkgrel = 3
+ pkgver = 2.4.8
+ pkgrel = 1
url = https://github.com/OpenBazaar/openbazaar-desktop
install = openbazaar.install
arch = i686
arch = x86_64
license = MIT
makedepends = npm
- depends = electron6-bin
+ depends = electron6
options = !strip
- source = https://github.com/OpenBazaar/openbazaar-desktop/archive/v2.4.7.tar.gz
+ source = https://github.com/OpenBazaar/openbazaar-desktop/archive/v2.4.8.tar.gz
source = openbazaar.js
source = openbazaar.desktop
- md5sums = b05520316946fc82626135fd33affcb6
+ md5sums = 68a4ab8feb254a4b8da1dc47f861b6fc
md5sums = 9cbd95a65cb9d7a81cb39ec02127ac8d
md5sums = 2e7c7804b970baa7f9274dae47618a52
diff --git a/PKGBUILD b/PKGBUILD
index 117011172751..12799c2f9894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: robertfoster
pkgname=openbazaar
-pkgver=2.4.7
-pkgrel=3
+pkgver=2.4.8
+pkgrel=1
pkgdesc="Front-end Electron application for talking with the OpenBazaar daemon"
arch=(i686 x86_64)
url="https://github.com/OpenBazaar/openbazaar-desktop"
license=('MIT')
-depends=('electron6-bin')
+depends=('electron6')
makedepends=('npm')
source=("https://github.com/OpenBazaar/openbazaar-desktop/archive/v$pkgver.tar.gz"
"$pkgname.js"
@@ -53,7 +53,7 @@ package() {
sed -i "s/$pathtoreplace//g" {} +
}
-md5sums=('b05520316946fc82626135fd33affcb6'
+md5sums=('68a4ab8feb254a4b8da1dc47f861b6fc'
'9cbd95a65cb9d7a81cb39ec02127ac8d'
'2e7c7804b970baa7f9274dae47618a52')