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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun Apr 27 11:46:16 UTC 2014


    Date: Sunday, April 27, 2014 @ 13:46:15
  Author: arodseth
Revision: 110213

Using a specific commit that fixes a bug with the latest version

Modified:
  the_silver_searcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-27 04:06:14 UTC (rev 110212)
+++ PKGBUILD	2014-04-27 11:46:15 UTC (rev 110213)
@@ -11,23 +11,23 @@
 license=('Apache')
 depends=('pcre' 'zlib' 'xz')
 arch=('x86_64' 'i686')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('ee921373e2bb1a25c913b0098ab946d137749b166d340a8ae6d88a554940a793')
+source=("git://github.com/ggreer/$pkgname.git#commit=ac1e7e4b0cdd37e64f9af7256b8a4568c5546ec2")
+md5sums=('SKIP')
 
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   
   sed -i 's:configure:configure --prefix=/usr:' build.sh
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
   ./build.sh
 }
 
 package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+  make -C "$pkgname" DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list