summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Strobach2018-08-12 17:29:31 +0200
committerDavid Strobach2018-08-12 17:29:31 +0200
commit07a629dae0a1f25b1caed19018a3e54cb98073f5 (patch)
tree9148a352d6eaba3bcc27d170217d1355a572a392
parent86eeeaca28e443009a842dbae408d68d69b1eb19 (diff)
downloadaur-07a629dae0a1f25b1caed19018a3e54cb98073f5.tar.gz
fix typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bdeec066f3f..4590cbd18f50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kwin-effect-osdclock-git
- pkgdesc = KWin effect that displays clock at the corner the screen
- pkgver = 20180812.594e4de
+ pkgdesc = KWin effect that displays clock at the corner of the screen
+ pkgver = 20180812.c480336
pkgrel = 1
url = https://github.com/laloch/kwin-effect-osdclock
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 282546c84a3a..3a2188dc2558 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname=kwin-effect-osdclock
pkgname="$_pkgname-git"
-pkgver=20180812.594e4de
+pkgver=20180812.c480336
pkgrel=1
-pkgdesc='KWin effect that displays clock at the corner the screen'
+pkgdesc='KWin effect that displays clock at the corner of the screen'
arch=('x86_64')
url="https://github.com/laloch/${_pkgname}"
license=('GPL')