summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b94e2ca93c2c..d9f929238a1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-versioned-bin
pkgdesc = The Linux kernel and modules | repackaged with a unique package name for each version
pkgver = 5.16.arch1
- pkgrel = 1.1
+ pkgrel = 1
url = https://github.com/archlinux/linux/commits/v5.16-arch1
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 8f6f082dc99f..be1a4b8df8e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgname=("${_pkgname}-versioned-bin"
"${_versioned_pkgname}-headers-bin"
"${_versioned_pkgname}-docs-bin")
pkgver=${_pkgver}
-pkgrel=${_pkgrel}.1
+pkgrel=${_pkgrel}
pkgdesc="The Linux kernel and modules | repackaged with a unique package name for each version"
url="https://github.com/archlinux/linux/commits/v5.16-arch1"
arch=(x86_64)