summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 738c802204cf..5e5af895b845 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,8 @@ pkgbase = j4-dmenu-desktop
makedepends = cmake
depends = dmenu
conflicts = j4-dmenu-desktop-git
- source = https://github.com/enkore/j4-dmenu-desktop/archive/r2.16.zip
- sha256sums = d0f37a25e85c91bf08eae956afda1449092068102c0ef29ad85aacbd19e11d9a
+ source = j4-dmenu-desktop-r2.16.tar.gz::https://github.com/enkore/j4-dmenu-desktop/archive/r2.16.tar.gz
+ sha256sums = cce03564227677ffbf0d1a15588247904c4fce997bc21bb92e1147a916b6c520
pkgname = j4-dmenu-desktop
diff --git a/PKGBUILD b/PKGBUILD
index ea535c1ccb00..c8c73c7f4ac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ license=('GPL3')
depends=('dmenu')
makedepends=('git' 'cmake')
conflicts=('j4-dmenu-desktop-git')
-source=("https://github.com/enkore/j4-dmenu-desktop/archive/r${pkgver}.zip")
-sha256sums=('d0f37a25e85c91bf08eae956afda1449092068102c0ef29ad85aacbd19e11d9a')
+source=("${pkgname}-r${pkgver}.tar.gz::https://github.com/enkore/j4-dmenu-desktop/archive/r${pkgver}.tar.gz")
+sha256sums=('cce03564227677ffbf0d1a15588247904c4fce997bc21bb92e1147a916b6c520')
build() {
cd ${pkgname}-r${pkgver}