summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchristian2021-05-10 21:26:12 +0200
committerchristian2021-05-10 21:26:12 +0200
commit6a9270d3cee620797d71f9bd50a2fa6d85ee96b5 (patch)
tree285cfce02bc8390ef0c964cf020007d0f18567c1
parent2a0c4c1c230025613c1197079940ad7797651fe3 (diff)
parent452239cb16797d89e2bbfd85f99dae2bf6bcbcda (diff)
downloadaur-6a9270d3cee620797d71f9bd50a2fa6d85ee96b5.tar.gz
fixes conflict
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--renovate.json4
3 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7135bb28b8ae..c102464299f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = defi-app-bin
pkgdesc = DefiChain Wallet AppImage
- pkgver = v2.3.0
- pkgrel = 3
+ pkgver = v2.3.4
+ pkgrel = 0
url = https://github.com/DeFiCh/app
arch = x86_64
license = MIT
provides = defi-app
conflicts = defi-app
options = !strip
- source = defi-app-2.3.0.AppImage::https://github.com/DeFiCh/app/releases/download/v2.3.0/defi-app-2.3.0.AppImage
+ source = DeFi-Wallet-2.3.4.AppImage::https://github.com/DeFiCh/app/releases/download/v2.3.4/DeFi-Wallet-2.3.4.AppImage
sha512sums = f844129129ba54b0c86c075f6b213797ffd76479b8d250966e88d9d053a4d8f53faf0d252b4c211a8b80ee84340fbdee5dd17c109a47496ece221dde3c58192f
pkgname = defi-app-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4ce77965e87c..4e25e2809499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=defi-app-bin
pkgdesc='DefiChain Wallet AppImage'
-_pkgbin=defi-app
+_pkgbin=defi-wallet
license=('MIT')
url='https://github.com/DeFiCh/app'
-pkgver=v2.3.0 # github-releases/DeFiCh/app
-pkgrel=3
+pkgver=v2.3.4 # github-releases/DeFiCh/app
+pkgrel=0
arch=('x86_64')
-_package="defi-app-${pkgver#v}.AppImage"
+_package="DeFi-Wallet-${pkgver#v}.AppImage"
options=(!strip)
provides=('defi-app')
conflicts=('defi-app')
diff --git a/renovate.json b/renovate.json
index e2a6bdaecaa3..1168b2013712 100644
--- a/renovate.json
+++ b/renovate.json
@@ -14,6 +14,10 @@
{
"fileMatch": ["^PKGBUILD$"],
"matchStrings": ["pkgver=(?<currentValue>.*) # (?<datasource>.*?)/(?<depName>.*?)\\s"]
+ },
+ {
+ "fileMatch": ["^PKGBUILD$"],
+ "matchStrings": ["sha256sums=(?<currentValue>.*) # (?<datasource>.*?)/(?<depName>.*?)\\s"]
}
]
}