summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlad Wenter2015-07-25 01:10:41 +0200
committerAlad Wenter2015-07-25 01:10:41 +0200
commitad9ad048486e9d9aab0984cd7c69a7271911d09f (patch)
treeefafc523d6d628f3700321f98e6f2157322c3b39 /PKGBUILD
parent8dc479cb665b694c8eebc877e9f9fd4e79a44a53 (diff)
downloadaur-ad9ad048486e9d9aab0984cd7c69a7271911d09f.tar.gz
upd
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33ab2d057b0e..010113fede4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad>
pkgname=cottage
-pkgver=0.2
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
pkgdesc="Use howm commands, operators and set configuration values through a UNIX socket."
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ url="https://github.com/HarveyHunt/cottage"
license=('GPL')
checkdepends=('linux-headers')
-source=("https://github.com/HarveyHunt/cottage/archive/v$pkgver.tar.gz")
-sha256sums=('ba24c1e2a2e365879653b5d824970dd502cc20375710b1cd2208ba7a3a785934')
+source=("https://github.com/HarveyHunt/cottage/archive/$pkgver.tar.gz")
+sha256sums=('3daedc4a8771ca08d53662a3b9868ba2e7f30c00cadd64310b372833d9c6c3b2')
build() {
cd "$pkgname-$pkgver"