summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÁrni Dagur2019-03-21 12:02:48 +0000
committerÁrni Dagur2019-03-21 12:02:48 +0000
commit36ed534dad6892c08d8e3b7b45000bc6fe0029fb (patch)
tree0f8884ebc8123dfc4ec958d4b99698309db81ed3
parentfddc61c74ace864ba1c6985b872687b3f5d3a0bc (diff)
downloadaur-36ed534dad6892c08d8e3b7b45000bc6fe0029fb.tar.gz
Update to 0.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9608ec09432e..8178d4544721 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = xcp
pkgdesc = An exctended 'cp', written in Rust
- pkgver = 0.3.0
- pkgrel = 2
+ pkgver = 0.4.0
+ pkgrel = 1
url = https://github.com/tarka/xcp
arch = x86_64
license = GPL-3.0
makedepends = rust
makedepends = cargo
depends = gcc-libs
- source = xcp-0.3.0.tar.gz::https://github.com/tarka/xcp/archive/0.3.0.tar.gz
- sha512sums = e9c55e27f228312021423a3a9955f50178f6fbe8d9254a2f09b658c82e3d2cc4fefbdb9e1766e797a65c581bd88301c93ea15fa8faac35eaf351116ff1c08d1a
+ source = xcp-0.4.0.tar.gz::https://github.com/tarka/xcp/archive/0.4.0.tar.gz
+ sha512sums = 59ee64b6997d082bf1955e69ca9863608f2865c369e7d238f60f623c5c0b4f3eabbceeea3d8dc957aa56b368d7ac9b74065eab29aeea7699b5331a1a551c9799
pkgname = xcp
diff --git a/PKGBUILD b/PKGBUILD
index cad28f1302b0..15dcd1a158f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Árni Dagur <arnidg@protonmail.ch>
pkgname='xcp'
-pkgver='0.3.0'
-pkgrel=2
+pkgver='0.4.0'
+pkgrel=1
pkgdesc="An exctended 'cp', written in Rust"
arch=('x86_64')
url='https://github.com/tarka/xcp'
@@ -10,7 +10,7 @@ license=('GPL-3.0')
depends=('gcc-libs')
makedepends=('rust' 'cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tarka/xcp/archive/$pkgver.tar.gz")
-sha512sums=('e9c55e27f228312021423a3a9955f50178f6fbe8d9254a2f09b658c82e3d2cc4fefbdb9e1766e797a65c581bd88301c93ea15fa8faac35eaf351116ff1c08d1a')
+sha512sums=('59ee64b6997d082bf1955e69ca9863608f2865c369e7d238f60f623c5c0b4f3eabbceeea3d8dc957aa56b368d7ac9b74065eab29aeea7699b5331a1a551c9799')
build() {
cd $pkgname-$pkgver