Browse Source

package name changed

Alexander Shiryaev 2 years ago
parent
commit
2e6fb20f72
1 changed files with 4 additions and 4 deletions
  1. 4 4
      dev/arch/PKGBUILD

+ 4 - 4
dev/arch/PKGBUILD

@@ -1,9 +1,9 @@
 # Maintainer: Alexander Shiryaev <shiryaev.a.v@gmail.com>
-pkgname=bbcp-git
+pkgname=bbcb-git
 _name=${pkgname%-git}
-pkgver=r670.5c440a1
+pkgver=r671.e957750
 pkgrel=1
-pkgdesc="BlackBox Cross-Platform"
+pkgdesc="BlackBox Component Builder"
 arch=('i686' 'x86_64')
 url="https://blackbox.oberon.org/"
 license=('custom')
@@ -12,7 +12,7 @@ makedepends=('git' 'pax')
 provides=("$_name")
 conflicts=("$_name")
 options=(!emptydirs)
-source=(git+https://github.com/bbcb/bbcp.git)
+source=($_name::git+https://github.com/bbcb/bbcp.git)
 md5sums=('SKIP')
 
 pkgver() {