summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e455d087d3e..361038aee7c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = phc-intel
pkgdesc = Meta package that depends on phc intel kernel driver, helper script and initscript.
pkgver = 0.3.2
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://gitlab.com/linux-phc/phc-intel
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index ac1df65c8c04..9686bb5be154 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ groups=(
)
epoch=1
pkgver=0.3.2
-pkgrel=3
+pkgrel=4
pkgdesc="Meta package that depends on phc intel kernel driver, helper script and initscript."
url="https://gitlab.com/linux-phc/phc-intel"
arch=('any')
@@ -32,7 +32,7 @@ sha256sums=(
pkgver() {
# Set version to be the same as the installed package `PHC-INTEL-MODULE`:
- pacman -Q PHC-INTEL-MODULE | head -n1 | awk '{print $2}' | awk -F- '{print $1}'
+ pacman -Q PHC-INTEL-MODULE | sort | head -n1 | awk '{print $2}' | awk -F- '{print $1}'
}
package() {