summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Dorst2022-07-29 23:33:31 -0700
committerMichael Dorst2022-07-29 23:33:31 -0700
commitd349cc6f211720b291be7c7da116fc9dcf81b99e (patch)
treeed0a9c5978d6f7c165928dc2d657bae8a8735a98
parent7e75b42f379f02c3bc502a5a0264452420d54c64 (diff)
downloadaur-dotconfig.tar.gz
Update to 0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 727cbba604a3..2e08f746e336 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dotconfig
pkgdesc = A tool for symlinking configuration files from a central repository to their respective locations on the system in a repeatable, configurable way.
- pkgver = 0.1.2
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/mfdorst/dotconfig
arch = i686
@@ -9,7 +9,7 @@ pkgbase = dotconfig
arch = armv7h
license = MIT
makedepends = cargo
- source = dotconfig.tar.gz::https://github.com/mfdorst/dotconfig/archive/refs/tags/v0.1.2.tar.gz
- sha256sums = 27cdd270acd2c1d01329b8907a9e1fe361e1f68c417ac22209008587d79f5a39
+ source = dotconfig.tar.gz::https://github.com/mfdorst/dotconfig/archive/refs/tags/v0.2.0.tar.gz
+ sha256sums = a6fee6135ca2e025615d387b41739fddc65253d3dd886282c4065d20d321f6c4
pkgname = dotconfig
diff --git a/PKGBUILD b/PKGBUILD
index 9e8d37587dfb..af74edd568eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Michael Dorst <m@mdorst.net>
pkgname=dotconfig
-pkgver=0.1.2
+pkgver=0.2.0
pkgrel=1
-sha256sums=('27cdd270acd2c1d01329b8907a9e1fe361e1f68c417ac22209008587d79f5a39')
+sha256sums=('a6fee6135ca2e025615d387b41739fddc65253d3dd886282c4065d20d321f6c4')
makedepends=('cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="A tool for symlinking configuration files from a central repository to their respective locations on the system in a repeatable, configurable way."