summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2022-04-28 21:47:10 +0000
committerEnmanuel2022-04-28 21:47:10 +0000
commit7af0f9173e271533cb24d54125c039f613212e6f (patch)
treef65448e8b7c2ff222613426a7628b44ce0cf25e3
parentfac64f45bc149bd3f23b6e9feb5b35e183031505 (diff)
downloadaur-7af0f9173e271533cb24d54125c039f613212e6f.tar.gz
Updating to version 0.3.4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 051b0768139b..106eaf5aa47c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = colima
pkgdesc = Container runtimes on macOS (and Linux) with minimal setup.
pkgver = 0.3.4
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/abiosoft/colima
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index a3f060550566..5880f5b3a5c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,16 @@
-# $Id$
-# Contributor: Enmanuel Moreira <enmanuelmoreira@gmail.com>
+# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
-_name=colima
pkgname=colima
pkgver=0.3.4
-pkgrel=1
+pkgrel=3
pkgdesc="Container runtimes on macOS (and Linux) with minimal setup."
arch=('x86_64')
url="https://github.com/abiosoft/colima"
license=('MIT')
-source=("https://github.com/abiosoft/${_name}/releases/download/v${pkgver}/${_name}-Linux-x86_64")
+source=("https://github.com/abiosoft/${pkgname}/releases/download/v${pkgver}/${pkgname}-Linux-x86_64")
sha256sums=('9d8ed5a4cf2e0c30ea8f42f97696893802c88c81b2acffacad51841b48050155')
package() {
cd "${srcdir}"
- install -Dm755 ${_name}-Linux-x86_64 ${pkgdir}/usr/bin/${_name}
+ install -Dm755 ${pkgname}-Linux-x86_64 ${pkgdir}/usr/bin/${pkgname}
}