summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYusuf Aktepe2019-12-22 00:55:31 +0300
committerYusuf Aktepe2019-12-22 00:55:31 +0300
commit8ce9d3f8d512f3663fc365e47626efe124ba7093 (patch)
treeb5c868ad8549c47e1c7dc64e5232c6b2dd85f51e
parentace3a492aee4e65a1cb34dee8293ffd0fde1e680 (diff)
downloadaur-sxiv-dir-navigation-git.tar.gz
Revert "add xorgproto as build dependency"
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56b11da5bfd1..8a201fb18958 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = sxiv-dir-navigation-git
arch = x86_64
license = GPL2
makedepends = git
- makedepends = xorgproto
depends = imlib2
depends = desktop-file-utils
depends = xdg-utils
diff --git a/PKGBUILD b/PKGBUILD
index 7d240afe8b06..8d3c1b01bf0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('x86_64')
url="https://github.com/muennich/sxiv"
license=('GPL2')
depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme' 'libexif' 'libxft')
-makedepends=('git' 'xorgproto')
+makedepends=('git')
provides=("${_name}")
conflicts=("${_name}")
source=("${_name}::git+${url}.git"