summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-10-04 13:46:02 -0700
committerJohnathan Jenkins2016-10-04 13:46:02 -0700
commit6d0873d05a373e690a7642350febf842b9a3182b (patch)
treeaf15b425f88542ea8205efe6549bde793cfa1a73
parentbe3fa48588e1e8c2a92c6201eab7159ac072deac (diff)
downloadaur-6d0873d05a373e690a7642350febf842b9a3182b.tar.gz
add conflicts
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c6a47034367..4c36936887a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Oct 4 20:37:39 UTC 2016
+# Tue Oct 4 20:45:54 UTC 2016
pkgbase = bcal
pkgdesc = Byte CALculator. The engineer's utility for storage conversions and calculations.
pkgver = 1.1
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/jarun/bcal
arch = i686
arch = x86_64
license = GPL3
+ provides = bcal
+ conflicts = bcal-git
source = https://github.com/jarun/bcal/archive/v1.1.tar.gz
md5sums = 17e712057d9ee202cb4f538903c82110
diff --git a/PKGBUILD b/PKGBUILD
index 3cf70cb440c8..0b2efd9b67d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=bcal
pkgver=1.1
-pkgrel=0
+pkgrel=1
pkgdesc="Byte CALculator. The engineer's utility for storage conversions and calculations."
arch=("i686" "x86_64")
url="https://github.com/jarun/bcal"
license=('GPL3')
source=("https://github.com/jarun/bcal/archive/v${pkgver//_/-}.tar.gz")
md5sums=('17e712057d9ee202cb4f538903c82110')
+conflicts=('bcal-git')
+provides=('bcal')
package() {
make -C "${pkgname}-$pkgver" DESTDIR="${pkgdir}" PREFIX="/usr" install