[arch-commits] Commit in rofi/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Mon Apr 18 21:49:22 UTC 2016


    Date: Monday, April 18, 2016 @ 23:49:22
  Author: anatolik
Revision: 171368

upgpkg: rofi 1.0.0-1

Modified:
  rofi/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-18 18:33:18 UTC (rev 171367)
+++ PKGBUILD	2016-04-18 21:49:22 UTC (rev 171368)
@@ -7,21 +7,20 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=rofi
-pkgver=0.15.12
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='Popup window switcher roughly based on superswitcher, requiring only xlib and xft'
 arch=(i686 x86_64)
 url='https://davedavenport.github.io/rofi/'
 license=(MIT)
-depends=(libx11 libxft freetype2 libxdg-basedir libxinerama pango startup-notification)
+depends=(libx11 libxft freetype2 libxdg-basedir pango startup-notification libxcb libxkbcommon libxkbcommon-x11 xcb-util xcb-util-wm)
 makedepends=(i3-wm)
 optdepends=('i3-wm: use as a window switcher')
-source=(rofi-$pkgver.zip::https://github.com/DaveDavenport/rofi/archive/$pkgver.zip)
-sha256sums=('e52a2ded1cf2e9681ed5946aba22c8d2810ef9987f7cf7dbc81d18e401d96c6e')
+source=(https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz)
+sha256sums=('a50a4cd76b90e6987451594dc3323dc01920faf18e22f54a756afa276f492d2b')
 
 build() {
   cd rofi-$pkgver
-  autoreconf -i
   ./configure --prefix=/usr
   make
 }
@@ -28,7 +27,7 @@
 
 check() {
   cd rofi-$pkgver
-  make test
+  make check
 }
 
 package() {



More information about the arch-commits mailing list