summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCengiz Can2020-03-05 10:44:14 +0300
committerCengiz Can2020-03-05 10:44:14 +0300
commitee728cf8d3be6803267effcf7fefb72e353c9828 (patch)
treed51ffbaadcc42bd648ddd693024ee9bc02ae0b38 /PKGBUILD
parent5253e2c683788f5416ce50157ffbf7c027fad273 (diff)
downloadaur-ee728cf8d3be6803267effcf7fefb72e353c9828.tar.gz
bump pkgrel to 2 and update .SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98e7dc5e206e..3a1c30f620ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=i2c-tools-git
_pkgname=i2c-tools
pkgver=r332.4b28579
-pkgrel=1
+pkgrel=2
pkgdesc="Heterogeneous set of I2C tools for Linux that used to be part of lm-sensors."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git/about/"
@@ -25,7 +25,7 @@ pkgver() {
cd "${srcdir}/${pkgname}"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-
+
build() {
cd "${srcdir}/${pkgname}"
make clean