summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKierPrev2022-02-11 01:01:13 -0300
committerKierPrev2022-02-11 01:01:13 -0300
commitc0803d953507e0ce1ffc0593e03a4e558e65b3ea (patch)
tree777e3b58f07e3d23d6721c6e3b3b02e105a37b40 /PKGBUILD
parent737e12a2c39015ef5cc23d2ea0de9f7119a439c4 (diff)
downloadaur-c0803d953507e0ce1ffc0593e03a4e558e65b3ea.tar.gz
Fixing pkgver to relate to upstream source. other PKGBUILD fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c611acf5573b..63832aa15c67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer Kiernan Preve <kiernanpreve@gmail.com>
pkgname=rtl8188gu-dkms-git
-pkgver=13.r28f7303.g
+pkgver=1.0 #As upstream source (to be discussed)
pkgrel=1
pkgdesc="Driver for Realtek RTL8188GU chipset wireless cards"
arch=('any')
@@ -18,7 +18,8 @@ sha256sums=('SKIP'
pkgver() {
cd rtl8188gu
- printf '%s.r%s.g%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ #printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" The upstream repo has version 1.0
+ printf "1.0"
}
package() {