summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c545be57587..8e06e2ef7916 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = libelectron
makedepends = unzip
depends = npm
depends = git
- source = https://gitlab.com/libelectron/libelectron/-/archive/1.0.12-1/libelectron-1.0.11-1.tar.bz2
+ source = https://gitlab.com/libelectron/libelectron/-/archive/1.0.12-1/libelectron-1.0.12-1.tar.bz2
sha256sums = SKIP
pkgname = libelectron
diff --git a/PKGBUILD b/PKGBUILD
index 5b6e3add4c36..f94a21454872 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ license=('GPL')
depends=('npm' 'git')
pkgdesc="A collection of npm dependencies for electron packages."
makedepends=('unzip')
-source=("https://gitlab.com/libelectron/libelectron/-/archive/1.0.12-1/libelectron-1.0.11-1.tar.bz2")
+source=("https://gitlab.com/libelectron/libelectron/-/archive/$pkgver-$pkgrel/libelectron-$pkgver-$pkgrel.tar.bz2")
sha256sums=('SKIP')
package() {