[arch-commits] Commit in envoy/trunk (PKGBUILD)
Daniel Micay
thestinger at archlinux.org
Tue Jun 30 15:46:24 UTC 2015
Date: Tuesday, June 30, 2015 @ 17:46:23
Author: thestinger
Revision: 136162
upgpkg: envoy 14-1
Modified:
envoy/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-06-30 14:28:38 UTC (rev 136161)
+++ PKGBUILD 2015-06-30 15:46:23 UTC (rev 136162)
@@ -3,7 +3,7 @@
# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
pkgname=envoy
-pkgver=13
+pkgver=14
pkgrel=1
pkgdesc='A ssh-agent/gpg-agent keychain and process monitor'
arch=('i686' 'x86_64')
@@ -12,17 +12,9 @@
depends=('openssh' 'systemd')
optdepends=('gnupg: gpg-agent support')
makedepends=('ragel')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz"
- "clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz")
-md5sums=('ac118099ac3bfaf0c8461cea3d2713fa'
- '8c4f3fd488fc8f92196a8aa42ac9567e')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz")
+md5sums=('3c79bbc933e402542fcbe39ca1abac7a')
-prepare() {
- cd "$pkgname-$pkgver"
- rm -fr clique
- ln -s ../clique-0.1 clique
-}
-
build() {
make -C "$pkgname-$pkgver"
}
More information about the arch-commits
mailing list