summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatie Wolfe2018-11-29 10:53:56 -0500
committerKatie Wolfe2018-11-29 10:53:56 -0500
commitc5f4f0aa0e21f0cf4bdc49450d9e28cce16e71dc (patch)
tree7bd6bccb0ec87dfd8b58afbaaeb89d3effc71099
parent11e4b608478f2a9d055cb60ada49dcd5182023d4 (diff)
downloadaur-c5f4f0aa0e21f0cf4bdc49450d9e28cce16e71dc.tar.gz
Fix a typo
Whoops..
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e445340c2fb4..dac23447cb77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fennel-git
pkgdesc = A Lua Lisp language
pkgver = r343.bb85b0c
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/bakpakin/Fennel
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = fennel-git
depends = lua
provides = fennel
conflicts = fennel
- source = fennel-git::git+https://github.com/bakpakin/Fennel.git
+ source = fennel::git+https://github.com/bakpakin/Fennel.git
md5sums = SKIP
pkgname = fennel-git
diff --git a/PKGBUILD b/PKGBUILD
index ad16dec2f53c..3d42917bbab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _lua_version=5.3
pkgname=fennel-git
pkgver=r343.bb85b0c
-pkgrel=2
+pkgrel=3
pkgdesc="A Lua Lisp language"
arch=('x86_64')
url="https://github.com/bakpakin/Fennel"
@@ -18,7 +18,7 @@ replaces=()
backup=()
options=()
install=
-source=("${pkgname-git}::git+https://github.com/bakpakin/Fennel.git")
+source=("${pkgname%-git}::git+https://github.com/bakpakin/Fennel.git")
noextract=()
md5sums=('SKIP')