summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornotdixon2022-11-06 15:06:18 +0000
committernotdixon2022-11-06 15:06:18 +0000
commit4782a4ed6d49fee9bb5e29e37d89f93d65b26313 (patch)
tree86e2cfcab123751102a1cb848c3fe74d63060f8e
parentefdd54f88fc5d7638b331a9162edb31b2e64bc8c (diff)
downloadaur-4782a4ed6d49fee9bb5e29e37d89f93d65b26313.tar.gz
PKGBUILD: Updated to v6.7.0
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c52d4de377d..d928b0d868c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: notdixon <notdixon at gmx dot com>
pkgname=conceal-core
-pkgver=6.6.5
+pkgver=6.7.0
pkgrel=1
pkgdesc="Conceal CLI (release version)"
arch=('any')
@@ -9,14 +9,8 @@ url="https://github.com/ConcealNetwork/conceal-core"
license=('MIT')
depends=('boost' 'boost-libs')
makedepends=('make' 'gcc' 'cmake' 'python' 'boost' 'boost-libs')
-source=("https://github.com/ConcealNetwork/$pkgname/archive/refs/tags/$pkgver.tar.gz"
- "https://patch-diff.githubusercontent.com/raw/ConcealNetwork/conceal-core/pull/303.diff")
-sha256sums=('SKIP' 'SKIP')
-
-prepare() {
- cd "$pkgname-$pkgver"
- patch --forward --strip=1 --input="${srcdir}/303.diff"
-}
+source=("https://github.com/ConcealNetwork/$pkgname/archive/refs/tags/$pkgver.tar.gz")
+sha256sums=('SKIP')
build() {
cd "$srcdir/$pkgname-$pkgver"