[arch-commits] Commit in bbe/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Tue Dec 4 00:22:04 UTC 2018


    Date: Tuesday, December 4, 2018 @ 00:22:03
  Author: maximbaz
Revision: 411025

archrelease: copy trunk to community-x86_64

Added:
  bbe/repos/community-x86_64/PKGBUILD
    (from rev 411024, bbe/trunk/PKGBUILD)
Deleted:
  bbe/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-04 00:21:51 UTC (rev 411024)
+++ PKGBUILD	2018-12-04 00:22:03 UTC (rev 411025)
@@ -1,24 +0,0 @@
-# Maintainer:  TDY <tdy at gmx.com>
-# Contributor: Nathan Owe <ndowens04+AUR at gmail.com>
-
-pkgname=bbe
-pkgver=0.2.2
-pkgrel=2
-pkgdesc='A sed-like editor for binary files'
-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"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: bbe/repos/community-x86_64/PKGBUILD (from rev 411024, bbe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-04 00:22:03 UTC (rev 411025)
@@ -0,0 +1,24 @@
+# Maintainer:  TDY <tdy at gmx.com>
+# Contributor: Nathan Owe <ndowens04+AUR at gmail.com>
+
+pkgname=bbe
+pkgver=0.2.2
+pkgrel=2
+pkgdesc='A sed-like editor for binary files'
+arch=('x86_64')
+url="https://sourceforge.net/projects/bbe-/?source=directory"
+license=('GPL')
+depends=('glibc')
+source=("https://downloads.sourceforge.net/$pkgname-/$pkgname-$pkgver.tar.gz")
+sha1sums=('42d5b47d607a9633fb49e7d39e2aebfb7bb89c05')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list