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

Kyle Keen kkeen at archlinux.org
Fri Jun 1 03:58:13 UTC 2018


    Date: Friday, June 1, 2018 @ 03:58:13
  Author: kkeen
Revision: 335403

upgpkg: bbe 0.2.2-2 BUILDINFO Rebuild

Modified:
  bbe/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-01 03:57:26 UTC (rev 335402)
+++ PKGBUILD	2018-06-01 03:58:13 UTC (rev 335403)
@@ -3,22 +3,22 @@
 
 pkgname=bbe
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A sed-like editor for binary files'
-arch=(x86_64)
-url="http://bbe.sourceforge.net/"
-license=(GPL)
-depends=(glibc)
-source=(http://downloads.sourceforge.net/$pkgname-/$pkgname-$pkgver.tar.gz)
+arch=('x86_64')
+url="https://sourceforge.net/projects/bbe-/?source=directory"
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/$pkgname-/$pkgname-$pkgver.tar.gz")
 sha1sums=('42d5b47d607a9633fb49e7d39e2aebfb7bb89c05')
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list