summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2016-11-12 16:47:18 +0100
committeranthraxx2016-11-12 16:47:18 +0100
commitad44077813eb0173cb76791721725abdf601a65f (patch)
treeb12c946f17090c15fae5c7ad000e498e11394ee4
parentd8e94f59391a1ecdfb570e1ca05f985e23726c04 (diff)
downloadaur-imvirt-git.tar.gz
upgpkg: imvirt-git 0.9.6+28+g1d62521-1 (bump epoch to fix pkgver)
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 903032f6d70a..ffa9582bb0e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = imvirt-git
pkgdesc = Detect the virtualization technology of a machine, it is run in
pkgver = 0.9.6+28+g1d62521
pkgrel = 1
+ epoch = 1
url = http://micky.ibh.net/~liske/imvirt.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8a8f8232af33..4126a300462f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgname=imvirt-git
_pkgname=${pkgname/-git}
pkgver=0.9.6+28+g1d62521
pkgrel=1
+epoch=1
pkgdesc='Detect the virtualization technology of a machine, it is run in'
url='http://micky.ibh.net/~liske/imvirt.html'
arch=('i686' 'x86_64')
@@ -30,7 +31,9 @@ prepare() {
build() {
cd ${pkgname}
- ./configure --prefix=/usr --libexecdir=/usr/lib/${_pkgname} --sbindir=/usr/bin
+ ./configure --prefix=/usr \
+ --libexecdir=/usr/lib/${_pkgname} \
+ --sbindir=/usr/bin
make
}