From b12aec1a4c63e2a14f4af0ee0d41a2ae6368ff90 Mon Sep 17 00:00:00 2001
From: Patrick Ziegler
Date: Thu, 14 Sep 2017 05:12:07 +0200
Subject: [PATCH] Remove AUR .SRCINFO files (#746)
The SRCINFO files should be generated from the PKGBUILDs using
`makepkg --printsrcinfo > .SRCINFO` anyways. It doesn't make sense to
keep a copy in this repo
---
contrib/polybar-git.aur/.SRCINFO | 33 --------------------------------
contrib/polybar.aur/.SRCINFO | 33 --------------------------------
2 files changed, 66 deletions(-)
delete mode 100644 contrib/polybar-git.aur/.SRCINFO
delete mode 100644 contrib/polybar.aur/.SRCINFO
diff --git a/contrib/polybar-git.aur/.SRCINFO b/contrib/polybar-git.aur/.SRCINFO
deleted file mode 100644
index 4d6fbe47..00000000
--- a/contrib/polybar-git.aur/.SRCINFO
+++ /dev/null
@@ -1,33 +0,0 @@
-pkgbase = polybar-git
- pkgdesc = A fast and easy-to-use status bar
- pkgver = 3.0.5
- pkgrel = 3
- url = https://github.com/jaagr/polybar
- arch = i686
- arch = x86_64
- license = MIT
- makedepends = cmake
- makedepends = git
- makedepends = python
- makedepends = python2
- makedepends = pkg-config
- depends = cairo
- depends = xcb-util-image
- depends = xcb-util-wm
- depends = xcb-util-xrm
- optdepends = alsa-lib: volume module support
- optdepends = libmpdclient: mpd module support
- optdepends = wireless_tools: network module support
- optdepends = jsoncpp: i3 module support
- optdepends = i3ipc-glib-git: i3 module support
- optdepends = curl: github module support
- optdepends = ttf-unifont: Font used in example config
- optdepends = siji-git: Font used in example config
- provides = polybar
- conflicts = polybar
- source = polybar::git+https://github.com/jaagr/polybar.git
- install = polybar.install
- md5sums = SKIP
-
-pkgname = polybar-git
-
diff --git a/contrib/polybar.aur/.SRCINFO b/contrib/polybar.aur/.SRCINFO
deleted file mode 100644
index 0febf1cb..00000000
--- a/contrib/polybar.aur/.SRCINFO
+++ /dev/null
@@ -1,33 +0,0 @@
-pkgbase = polybar
- pkgdesc = A fast and easy-to-use status bar
- pkgver = 3.0.5
- pkgrel = 4
- url = https://github.com/jaagr/polybar
- install = polybar.install
- arch = i686
- arch = x86_64
- license = MIT
- makedepends = clang
- makedepends = cmake
- makedepends = git
- makedepends = python
- makedepends = python2
- makedepends = pkg-config
- depends = cairo
- depends = xcb-util-image
- depends = xcb-util-wm
- depends = xcb-util-xrm
- optdepends = alsa-lib: volume module support
- optdepends = libmpdclient: mpd module support
- optdepends = wireless_tools: network module support
- optdepends = jsoncpp: i3 module support
- optdepends = i3ipc-glib-git: i3 module support
- optdepends = ttf-unifont: Font used in example config
- optdepends = siji-git: Font used in example config
- optdepends = curl: github module support
- conflicts = polybar-git
- source = polybar::git+https://github.com/jaagr/polybar.git#tag=3.0.5
- md5sums = SKIP
-
-pkgname = polybar
-