summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/gui/PKGBUILD1
-rw-r--r--arch/local-packages/PKGBUILD7
-rw-r--r--arch/local/PKGBUILD16
3 files changed, 16 insertions, 8 deletions
diff --git a/arch/gui/PKGBUILD b/arch/gui/PKGBUILD
index 12676a4..7a4e2cb 100644
--- a/arch/gui/PKGBUILD
+++ b/arch/gui/PKGBUILD
@@ -46,7 +46,6 @@ depends=(
surfraw
ttf-dejavu
ttf-ubuntu-font-family
- ttf-computer-modern-fonts
ttf-font-awesome
urxvt-perls
vlc
diff --git a/arch/local-packages/PKGBUILD b/arch/local-packages/PKGBUILD
deleted file mode 100644
index 9ac2a07..0000000
--- a/arch/local-packages/PKGBUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-# yaourt -P && makepkg -i
-pkgname=local-packages
-pkgver=0
-pkgrel=1
-arch=(any)
-depends=(bashmount bitlbee-facebook light myrepos rofi-dmenu spotify tmuxinator
- ttf-monaco ubuntu-wallpapers)
diff --git a/arch/local/PKGBUILD b/arch/local/PKGBUILD
new file mode 100644
index 0000000..5c6055b
--- /dev/null
+++ b/arch/local/PKGBUILD
@@ -0,0 +1,16 @@
+# yaourt -P && makepkg -i
+pkgname=local-packages
+pkgver=0
+pkgrel=1
+arch=(any)
+depends=(
+ bashmount
+ bitlbee-facebook
+ myrepos
+ rofi-dmenu
+ spotify
+ tmuxinator
+ ttf-monaco ubuntu-wallpapers
+ ttf-computer-modern-fonts
+ yay-bin
+)