summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRadoslaw Mejer2020-04-22 19:07:37 +0200
committerRadoslaw Mejer2020-04-22 19:08:04 +0200
commitfa935deb090db8021e5def240375f12f628f7dcb (patch)
treebe8e08786dfb77c3157298c09bc3ceeb875d09eb /PKGBUILD
parent4cc4f310602cb4d52f929a0bd3a9f75641aec413 (diff)
downloadaur-fa935deb090db8021e5def240375f12f628f7dcb.tar.gz
Add missing url in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e04e8a73afb0..ba7edfdd9d6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ makedepends=('rust' 'cargo' 'glibc' 'llvm-libs' 'gcc-libs' 'clang')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="Create beautiful image of your code"
license=('MIT')
+url="https://github.com/Aloxaf/silicon"
source=(
"https://github.com/Aloxaf/silicon/archive/v$pkgver.tar.gz"
)