summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabdellatif-dev2021-01-25 16:01:43 +0100
committerabdellatif-dev2021-01-25 16:01:43 +0100
commite6366a0a05cd1dd7a9aa7a57e4857e933187faab (patch)
tree7c4165da5442fa1f36391ddd8fb3a560e0769b80
parent0469b07d8512ebfc0fb11a68be884ee1eb4a801d (diff)
downloadaur-e6366a0a05cd1dd7a9aa7a57e4857e933187faab.tar.gz
fixed i hope 2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8998d7816f98..35d92fb97dc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = dmenu-abdellatif
pkgdesc = my dmenu costume build
pkgver = 0.5.8
pkgrel = 7
- url = https://github.com/abdellatif-dev/dmenu-abdelllatif-dev.git
+ url = https://github.com/abdellatif-dev/dmenu-abdellatif-dev.git
arch = x86_64
license = MIT
makedepends = git
@@ -20,7 +20,7 @@ pkgbase = dmenu-abdellatif
optdepends = xfce4-terminal
provides = dmenu
conflicts = dmenu
- source = git+https://github.com/abdellatif-dev/dmenu-abdelllatif-dev.git
+ source = git+https://github.com/abdellatif-dev/dmenu-abdellatif-dev.git
md5sums = SKIP
pkgname = dmenu-abdellatif
diff --git a/PKGBUILD b/PKGBUILD
index ea9f92a902cc..6f5cb8c783e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.5.8
pkgrel=7
pkgdesc="my dmenu costume build"
arch=(x86_64)
-url="https://github.com/abdellatif-dev/dmenu-abdelllatif-dev.git"
+url="https://github.com/abdellatif-dev/dmenu-abdellatif-dev.git"
license=('MIT')
depends=(dash sh glibc coreutils libx11 libxinerama libxft freetype2 fontconfig libfontconfig.so)
makedepends=(git make)
@@ -18,6 +18,6 @@ source=("git+$url")
md5sums=('SKIP')
package() {
- cd dmenu-abdelllatif-dev
+ cd dmenu-abdellatif-dev
make DESTDIR="$pkgdir/" clean install
}