makedeb
Implementation of the LBRY Network protocols, without the desktop app
Click here to go back to the commit logs for lbrynet-bin.
Hash: 03b08387fdba63c86272adbb4681c3d3f1b7a1bc
Message: Corrected architecture name form x86_64 to amd64
diff --git a/.SRCINFO b/.SRCINFO
index 3f24ec0..a5f6b20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = lbrynet-bin
pkgdesc = Implementation of the LBRY Network protocols, without the desktop app
pkgver = 0.110.0
- pkgrel = 1
+ pkgrel = 2
url = https://lbry.tech/
- arch = x86_64
+ arch = amd64
license = MIT
provides = lbrynet=0.110.0
conflicts = lbrynet
diff --git a/PKGBUILD b/PKGBUILD
index e7e4c19..5d52cad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=lbrynet-bin
pkgver=0.110.0
-pkgrel=1
+pkgrel=2
pkgdesc='Implementation of the LBRY Network protocols, without the desktop app'
-arch=('x86_64')
+arch=('amd64')
url='https://lbry.tech/'
license=('MIT')
conflicts=('lbrynet' 'lbry-app-bin>=0.47.1' 'lbry-app-bin<0.47.2-2')