summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikhail f. Shiryaev2018-09-13 12:09:45 +0200
committerMikhail f. Shiryaev2018-09-13 12:10:16 +0200
commit4e92af917cf192e853b1b54d2b7dc2f682d41606 (patch)
treed823e8a3f65af9e5e52305a783d341eb592d6fb2 /PKGBUILD
parentd25d28db5d196732887b8b001a3b67e58cb06eaa (diff)
downloadaur-4e92af917cf192e853b1b54d2b7dc2f682d41606.tar.gz
Update version, remove unnecessary makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9046f0bc351..bb691a0ba984 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,18 @@
# Contributor: Vincent Demeester <vincent@sbr.pm>
# Contributor: Pat Brisbin <pbrisbin@gmail.com>
# Contributor: Max Falk <gmdfalk@gmail.com>
+# Contributor: Mikhail f. Shiryaev <mr<dot>felixoid<at>gmail<dot>com>
pkgname=rcm
-pkgver=1.3.1
+pkgver=1.3.3
pkgrel=1
pkgdesc="rc file (dotfiles) management"
arch=('any')
url="https://github.com/thoughtbot/$pkgname"
license=('BSD')
-makedepends=('make' 'ruby-mustache')
source=("https://thoughtbot.github.io/$pkgname/dist/$pkgname-$pkgver.tar.gz")
conflicts=(${pkgname}-git)
provides=(${pkgname})
+sha256sums=('935524456f2291afa36ef815e68f1ab4a37a4ed6f0f144b7de7fb270733e13af')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -29,4 +30,3 @@ package() {
}
# vim:set ts=2 sw=2 et:
-sha256sums=('9c8f92dba63ab9cb8a6b3d0ccf7ed8edf3f0fb388b044584d74778145fae7f8f')