summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgameslayer2023-06-01 21:12:49 +1000
committergameslayer2023-06-01 21:12:49 +1000
commit285922c915e4714cd2ffc68e886c2be638589ae1 (patch)
treefbbbae1e3c1f38a98e5cc744f5ef43b403e90c47 /PKGBUILD
parentc45beac317ed91257f1d6adc1decab83877776d5 (diff)
downloadaur-285922c915e4714cd2ffc68e886c2be638589ae1.tar.gz
LibeElectron pkgbuild fix
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
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() {