summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbb2373b995f..d5e294ddebf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 18:09:31 UTC 2016
+# Wed Feb 3 18:39:53 UTC 2016
pkgbase = cottage-git
pkgdesc = Use howm commands, operators and set configuration values through a UNIX socket.
- pkgver = 94f2379
- pkgrel = 5
+ pkgver = 79f4476
+ pkgrel = 1
url = https://github.com/HarveyHunt/cottage
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 165837b4c670..63f22840c9a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad>
pkgname=cottage-git
-pkgver=94f2379
-pkgrel=5
+pkgver=79f4476
+pkgrel=1
pkgdesc="Use howm commands, operators and set configuration values through a UNIX socket."
url="https://github.com/HarveyHunt/cottage"
@@ -26,7 +26,7 @@ build() {
package() {
cd "$pkgname"
- install -Dm755 "bin/debug/cottage" "$pkgdir/usr/bin/cottage"
+ install -Dm755 cottage "$pkgdir/usr/bin/cottage"
}
# vim:set ts=2 sw=2 et: