summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b758cfe93420..41919af87699 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Apr 25 03:18:47 UTC 2018
+# Thu Apr 26 21:43:31 UTC 2018
pkgbase = onyx
pkgdesc = Decentralized messaging application based on PSS
pkgver = 0.4.2
- pkgrel = 2
+ pkgrel = 3
url = https://mainframe.com
arch = any
license = MIT
makedepends = libicns
depends = yarn
+ conflicts = onyx-bin
options = !strip
source = https://github.com/MainframeHQ/onyx/archive/v0.4.2.zip
sha512sums = 0c169df9d0e29677dc7621b5ffeee78d9ba41243e0122d4116bec93245f04be498208752e2432779f62f3c9ff551019cb436247cc34e9ea078cea1992f72e194
diff --git a/PKGBUILD b/PKGBUILD
index f2732d8dfd7d..75918b48f79b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=onyx
pkgver=0.4.2
-pkgrel=2
+pkgrel=3
pkgdesc='Decentralized messaging application based on PSS'
arch=(any)
url='https://mainframe.com'
license=(MIT)
depends=(yarn)
makedepends=(libicns)
+conflicts=(onyx-bin)
options=(!strip)
source=(https://github.com/MainframeHQ/onyx/archive/v$pkgver.zip)
sha512sums=(0c169df9d0e29677dc7621b5ffeee78d9ba41243e0122d4116bec93245f04be498208752e2432779f62f3c9ff551019cb436247cc34e9ea078cea1992f72e194)