summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe3DmaN2021-03-07 10:24:07 -0600
committerThe3DmaN2021-03-07 10:24:07 -0600
commit9e89e085acddeabc3b27d96882b573b1d58cd0e8 (patch)
treebd8d9a2c3cc1fb2954eaca89cf5f5e2b772202d5
parent2876ee2e807f2cbdafd772a2c674f3b6b16b5957 (diff)
downloadaur-9e89e085acddeabc3b27d96882b573b1d58cd0e8.tar.gz
Updated to v1.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 271a5d2cf6fb..162d0e8e0fac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = idokremote-git
pkgdesc = Remote for Kodi
- pkgver = 1.0.r32.55ba82b
+ pkgver = 1.1
pkgrel = 1
url = https://gitlab.com/The3DmaN/idokremote
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 50ffc2a36d75..a498074fcf24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: The3DmaN <the3dman dot appdev at protonmail dot com>
pkgname=idokremote-git
-pkgver=1.0.r32.55ba82b
+pkgver=1.1
pkgrel=1
pkgdesc="Remote for Kodi"
arch=("any")
@@ -25,7 +25,7 @@ cd "$srcdir/${pkgname%-git}"
pkgver()
{
cd "${pkgname%-git}"
- printf "1.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ printf "1.1.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
package()