summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrayarcher2018-05-30 13:28:47 +0200
committerGrayarcher2018-05-30 13:28:47 +0200
commit16ca2bf54753a390699dcea09c58748315ec5094 (patch)
tree97c4e64c6b4a4ead2b8daf595dc4c0a2cff8c4b5
parent738f79eb25e2fed1b98dbbf75ce18296433337aa (diff)
downloadaur-16ca2bf54753a390699dcea09c58748315ec5094.tar.gz
Updated version
Signed-off-by: Grayarcher <>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 702dec224f5b..5572b7421c84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = leaguedisplays-git
- pkgver = 1.0.928.e492b2d
+ pkgver = 1.0.992.d3731c5
pkgrel = 1
url = https://github.com/TheFrozenWatchers/LeagueDisplays
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0c90e9546784..f86cd710a163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: grayarcher
pkgname=leaguedisplays-git
-pkgver=1.0.928.e492b2d
+pkgver=1.0.992.d3731c5
pkgrel=1
pkdesc="HD League of Legends related screensavers and wallpapers, direct to your GNU/Linux desktop."
arch=('x86_64')
@@ -15,7 +15,7 @@ md5sums=(SKIP)
pkgver() {
cd "$srcdir/LeagueDisplays"
- echo "1.0.928."$(git describe --always | sed 's/-/./g')
+ echo "1.0.992."$(git describe --always | sed 's/-/./g')
}
build() {
@@ -25,8 +25,6 @@ build() {
./prepare.sh
- echo -e "\e[0m" # restore formatting
-
make ${MAKEFLAGS} all
}