Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jun 26, 2016
1 parent 3dc781f commit 48bcb20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dists/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: eloaders <eloaders at linux dot pl>

pkgname=i-nex-git
pkgver=7.4.0.21.g5bdc044
pkgname=i-nex
pkgver=7.4.0.46.g3dc781f
pkgrel=1
pkgdesc="System information tool like hardinfo, sysinfo"
arch=('i686' 'x86_64')
Expand All @@ -19,7 +19,7 @@ depends=('gambas3-runtime'
'lsb-release'
'curl')
makedepends=('gambas3-devel' 'gcc' 'imagemagick' 'git')
source=($pkgname::'git://github.com/eloaders/I-Nex.git')
source=("$pkgname::git+https://github.com/eloaders/I-Nex.git")
sha256sums=('SKIP')
provides=('i-nex' 'i-nex-bzr' 'i-nex-dev')
conflicts=('i-nex' 'i-nex-bzr' 'i-nex-dev')
Expand Down Expand Up @@ -59,4 +59,4 @@ build() {
package() {
cd $pkgname
make install DESTDIR="$pkgdir"
}
}

0 comments on commit 48bcb20

Please sign in to comment.