summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO11
-rwxr-xr-xPKGBUILD12
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fd9f6b13e59..cc64bc8d7712 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = darch
pkgdesc = A utility to that uses containerd to build stateless operating system images that can be booted bare-metal.
- pkgver = 0.16.3
- pkgrel = 3
- url = https://github.com/pauldotknopf/darch
+ pkgver = 0.17.0
+ pkgrel = 1
+ url = https://github.com/godarch/darch
arch = x86_64
license = MIT
+ depends = glibc,
depends = libseccomp
provides = containerd,
provides = runc
conflicts = containerd,
conflicts = runc
- source = darch-0.16.3.tar.gz::https://github.com/pauldotknopf/darch/releases/download/v0.16.3/darch-amd64-with-runtime.tar.gz
- md5sums = 63cc34e92c1c4e70705e391bade5fe0e
+ source = darch-0.17.0.tar.gz::https://github.com/godarch/darch/releases/download/v0.17.0/darch-amd64-with-runtime.tar.gz
+ md5sums = 1aeca279d9e67df2e0035cbc99e2e6f5
pkgname = darch
diff --git a/PKGBUILD b/PKGBUILD
index 62bbf8dc0e66..5ac78a85785c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Paul Knopf <pauldotknopf@gmail.com>
pkgname=darch
-pkgver=0.16.3
-pkgrel=3
+pkgver=0.17.0
+pkgrel=1
epoch=
pkgdesc="A utility to that uses containerd to build stateless operating system images that can be booted bare-metal."
arch=('x86_64')
-url="https://github.com/pauldotknopf/darch"
+url="https://github.com/godarch/darch"
license=('MIT')
groups=()
-depends=('libseccomp')
+depends=('glibc', 'libseccomp')
makedepends=()
checkdepends=()
optdepends=()
@@ -19,8 +19,8 @@ backup=()
options=()
install=
changelog=
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pauldotknopf/darch/releases/download/v$pkgver/darch-amd64-with-runtime.tar.gz")
-md5sums=('63cc34e92c1c4e70705e391bade5fe0e')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/godarch/darch/releases/download/v$pkgver/darch-amd64-with-runtime.tar.gz")
+md5sums=('1aeca279d9e67df2e0035cbc99e2e6f5')
noextract=()
validpgpkeys=()
package() {