summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Korhonen2020-01-22 00:24:53 +0200
committerMarko Korhonen2020-01-22 00:24:53 +0200
commitbcbe3c02da45847555e90434cdbf27c6e462d36c (patch)
tree49a755d7d2f1a29a1e1361b9390979ce30d48ac0
parentffbc6729d3ba873ff52cce699f76ef52d952e09b (diff)
downloadaur-bcbe3c02da45847555e90434cdbf27c6e462d36c.tar.gz
Bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72b6bad4acc9..42e94cca3152 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lqsd-bin
pkgdesc = LiQuid Screen Dim - Dim your screen smoothly. Precompiled binary version
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 2
url = https://git.reekynet.com/ReekyMarko/lqsd
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = lqsd-bin
depends = light
provides = lqsd
conflicts = lqsd
- source = https://gitlab.com/ReekyMarko/lqsd/uploads/8d363a1933e932e1a55a408b5f203537/lqsd_0.1.0_x86_64.tar.zst
- sha256sums = 038a4183074f7bc39c52d95489db703098ccbbbef2944d6fe9f4a2ebbabb3d49
+ source = https://github.com/ReekyMarko/lqsd/releases/download/v0.1.1/lqsd_0.1.1_x86_64.tar.zst
+ sha256sums = 053d6080bba0c762ce9902345e87a4f1d1ae2109d767e1adff2646a333d72529
pkgname = lqsd-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6e7a447532e5..8f7cddca05a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marko Korhonen <marko.korhonen@reekynet.com>
pkgname="lqsd-bin"
pkgdesc="LiQuid Screen Dim - Dim your screen smoothly. Precompiled binary version"
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=2
arch=('x86_64')
url="https://git.reekynet.com/ReekyMarko/lqsd"
@@ -9,8 +9,8 @@ license=('MIT')
depends=('light')
provides=('lqsd')
conflicts=('lqsd')
-source=("https://gitlab.com/ReekyMarko/lqsd/uploads/8d363a1933e932e1a55a408b5f203537/lqsd_0.1.0_x86_64.tar.zst")
-sha256sums=('038a4183074f7bc39c52d95489db703098ccbbbef2944d6fe9f4a2ebbabb3d49')
+source=("https://github.com/ReekyMarko/lqsd/releases/download/v${pkgver}/${pkgname/-bin/}_${pkgver}_${arch}.tar.zst")
+sha256sums=('053d6080bba0c762ce9902345e87a4f1d1ae2109d767e1adff2646a333d72529')
package() {
install -D -m755 "${pkgname/-bin/}" "$pkgdir/usr/bin/${pkgname/-bin/}"