summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreieck2023-03-04 16:12:09 +0100
committerdreieck2023-03-04 16:12:09 +0100
commit93757787e77697fea26a8ad00cd829e9c9b0e15f (patch)
treef57361bb321ccc8410d4381e5a6286e41377c482
parent73d14b62307b8b099b1cf2889e976d074e80cb84 (diff)
downloadaur-93757787e77697fea26a8ad00cd829e9c9b0e15f.tar.gz
Fixed `$pkgver`.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f026d297d178..58e3f0a69f53 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.rev44.r52.20230220.f0f42bd
- pkgrel = 1
+ pkgver = 0.3.2
+ pkgrel = 2
epoch = 1
url = https://gitlab.com/linux-phc/phc-intel
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 7908ac62a50c..fe84d7aef3c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ groups=(
'phc-intel'
)
epoch=1
-pkgver=0.3.2.rev44.r52.20230220.f0f42bd
-pkgrel=1
+pkgver=0.3.2
+pkgrel=2
pkgdesc="Meta package that depends on phc intel kernel driver, helper script and initscript."
url="https://gitlab.com/linux-phc/phc-intel"
arch=('any')