summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuper Mario2020-10-13 20:46:31 +0000
committerSuper Mario2020-10-13 20:46:31 +0000
commit3af24de218084bd849d18b7ba989067e88869b50 (patch)
treecd0f5f54de0507bbc73321e9206e9c1c8ea4fdf9
parenta022ffe260176730aaeb47b1c201b0bb6dfed114 (diff)
downloadaur-3af24de218084bd849d18b7ba989067e88869b50.tar.gz
Fixed link
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 2 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9be97fb70910..efea48997fe3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = dmenu-supermario9590-git
pkgdesc = My custom build of suckless' dmenu
pkgver = r573.1a13d04
pkgrel = 1
- url = gitlab.com/supermario9590/dmenu-supermario9590.git
+ url = https://gitlab.com/supermario9590/dmenu-supermario9590.git
arch = i686
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 63dd1a441cc6..3e943937a06b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,3 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# The following guidelines are specific to BZR, GIT, HG and SVN packages.
-# Other VCS sources are not natively supported by makepkg yet.
-
# Maintainer: Anish Vundela <anishreddyvundela@gmail.com>
pkgname=dmenu-supermario9590-git
_pkgname=dwm
@@ -13,7 +5,7 @@ pkgver=r573.1a13d04
pkgrel=1
pkgdesc="My custom build of suckless' dmenu"
arch=(i686 x86_64)
-url="gitlab.com/supermario9590/dmenu-supermario9590.git"
+url="https://gitlab.com/supermario9590/dmenu-supermario9590.git"
license=('MIT')
groups=()
depends=(nerd-fonts-mononoki ttf-symbola)