summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordenisSal2016-03-08 16:58:23 +0100
committerdenisSal2016-03-08 16:58:23 +0100
commit487fc2bdc1ba04878bffe3f04d8d9d2192348c64 (patch)
tree0d03a11bbd3c493e8a020000c60726b84e77034a /PKGBUILD
parent7a396a5cb95cdb266fb21b4e0c37b329382b29d8 (diff)
downloadaur-487fc2bdc1ba04878bffe3f04d8d9d2192348c64.tar.gz
no reason for sed anymore
Also updated patch for new GNUmakefile
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 588106e42510..a9cdc906ad1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Nehls <aur@manol.is>
pkgname=imunes-git
-pkgver=v2.1.0
+pkgver=v2.1.0.84.g82b01f1
pkgrel=1
pkgdesc="Integrated Multiprotocol Network Emulator/Simulator"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ provides=('imunes')
source=('git+https://github.com/imunes/imunes.git'
'0001-PKGBUILD-compat.patch')
sha1sums=('SKIP'
- 'ba1dbc566f352e3faeed62bc3561f3f01265c777')
+ '4d68f7f685222a23bb7d54d5cff78aa2da628135')
_gitname=imunes
pkgver() {
@@ -23,7 +23,6 @@ pkgver() {
prepare() {
cd $_gitname
- sed -i "s,ROOTDIR=\"/usr/local\",ROOTDIR=\"${pkgdir}/usr\"," scripts/update_version.sh
patch -p1 -i $srcdir/0001-PKGBUILD-compat.patch
}