summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail f. Shiryaev2022-05-17 10:18:01 +0200
committerMikhail f. Shiryaev2022-05-17 10:18:01 +0200
commitc179164025c9133db9c65f1bdcebe798851d3e56 (patch)
tree7f6d0001c3c69d2d59afcade71402dece5b46ede
parentd3ceb203576672f1f400c7b50a3a81cbd8c80e9d (diff)
downloadaur-c179164025c9133db9c65f1bdcebe798851d3e56.tar.gz
Update to the latest version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 783aae53fb5e..e02a0904ff43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = rcm
pkgdesc = rc file (dotfiles) management
- pkgver = 1.3.4
+ pkgver = 1.3.5
pkgrel = 1
url = https://github.com/thoughtbot/rcm
arch = any
license = BSD
provides = rcm
conflicts = rcm-git
- source = https://thoughtbot.github.io/rcm/dist/rcm-1.3.4.tar.gz
- sha256sums = 9b11ae37449cf4d234ec6d1348479bfed3253daba11f7e9e774059865b66c24a
+ source = https://thoughtbot.github.io/rcm/dist/rcm-1.3.5.tar.gz
+ sha256sums = 24741e7f26f16a049324baa86af700443c4281e2cde099729d74c4d4b29ebe2d
pkgname = rcm
-
diff --git a/PKGBUILD b/PKGBUILD
index a35a4dcf4fd8..54237d5c4713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Max Falk <gmdfalk@gmail.com>
# Contributor: Mikhail f. Shiryaev <mr<dot>felixoid<at>gmail<dot>com>
pkgname=rcm
-pkgver=1.3.4
+pkgver=1.3.5
pkgrel=1
pkgdesc="rc file (dotfiles) management"
arch=('any')
@@ -13,7 +13,7 @@ license=('BSD')
source=("https://thoughtbot.github.io/$pkgname/dist/$pkgname-$pkgver.tar.gz")
conflicts=(${pkgname}-git)
provides=(${pkgname})
-sha256sums=(9b11ae37449cf4d234ec6d1348479bfed3253daba11f7e9e774059865b66c24a)
+sha256sums=(24741e7f26f16a049324baa86af700443c4281e2cde099729d74c4d4b29ebe2d)
build() {
cd "$srcdir/$pkgname-$pkgver"