summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartinVonReich2023-12-15 16:53:27 +0100
committerMartinVonReich2023-12-15 16:53:27 +0100
commitb652b4105a8720c52a20db6b6b0760a99e79964e (patch)
treec3c49143f81f6157acae2b86b2b5ef659ec05ab1
parent651d4d380bddb5ee82f830353f9c716d440b2c7b (diff)
downloadaur-b652b4105a8720c52a20db6b6b0760a99e79964e.tar.gz
Fixed typo of: %{version} > %{pkgversion} in PKGBUILD `koi`` package . . .
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae1c50cfe92f..8217856175ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,7 +26,7 @@ pkgbase = koi
optdepends = desktop-file-utils: Command line utilities for working with desktop entries
optdepends = xsettingsd: Apply settings to GTK applications on the fly
conflicts = koi-git
- source = Koi-.tar.gz::https://github.com/baduhai/Koi/archive/refs/tags/0.2.4.tar.gz
+ source = Koi-0.2.4.tar.gz::https://github.com/baduhai/Koi/archive/refs/tags/0.2.4.tar.gz
sha256sums = SKIP
pkgname = koi
diff --git a/PKGBUILD b/PKGBUILD
index 4ed368648184..3b6306480fc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ makedepends=('glibc' 'qt5-base' 'qt5-tools' 'qt5-svg' 'cmake' 'extra-cmake-modul
optdepends=('desktop-file-utils: Command line utilities for working with desktop entries'
'xsettingsd: Apply settings to GTK applications on the fly')
conflicts=('koi-git')
-source=("${_pkgname}-${version}.tar.gz::https://github.com/baduhai/Koi/archive/refs/tags/${pkgver}.tar.gz")
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/baduhai/Koi/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('SKIP')
build() {