summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Capezzuto2021-03-31 12:21:00 +0200
committerLuca Capezzuto2021-03-31 12:21:00 +0200
commit12243f9b0e6ab238f58cb0d4b707a01850b19598 (patch)
tree278f4b2cb3fb9b5508629f3a4d1acb750a47485a
parent9ee326b1f1fd6cf49c80a206d0325ccb0ce72e99 (diff)
downloadaur-12243f9b0e6ab238f58cb0d4b707a01850b19598.tar.gz
widget.cal: fix week numbers (#501)widget.cal: fix week numbers; closes #487
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adfd1f049a6a..d382b2915393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lain-git
pkgdesc = Layouts, asynchronous widgets and utilities for Awesome WM
- pkgver = 1759.a3b9d8d
+ pkgver = 1759.5882000
pkgrel = 1
url = https://github.com/lcpz/lain
arch = any
@@ -9,7 +9,7 @@ pkgbase = lain-git
optdepends = curl: for IMAP, MPD and weather widgets
provides = lain
conflicts = lain
- source = lain-1759.a3b9d8d.zip::https://github.com/lcpz/lain/archive/a3b9d8d.zip
+ source = lain-1759.5882000.zip::https://github.com/lcpz/lain/archive/5882000.zip
sha256sums = SKIP
pkgname = lain-git
diff --git a/PKGBUILD b/PKGBUILD
index aaf6cf05a0fe..334fa00a0c76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=lain
pkgname=$_pkgname-git
pkgcom=1759
-pkgsha=a3b9d8d
+pkgsha=5882000
pkgver=$pkgcom.$pkgsha
pkgrel=1
pkgdesc="Layouts, asynchronous widgets and utilities for Awesome WM"