summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMayorBender2019-06-22 10:19:10 -0400
committerMayorBender2019-06-22 10:19:10 -0400
commit9fc967f0db06ce478b5167a81468f6570a6e5835 (patch)
tree0f20dea6971d99c0def11ba9870b97fa510703b0
parentd6ad426590696b22a5a6629de3da4daa98f81e2b (diff)
downloadaur-9fc967f0db06ce478b5167a81468f6570a6e5835.tar.gz
Added conflict with libcs50-git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a638fa9e923..923cad1e68eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = libcs50
groups = cs50
license = MIT
makedepends = asciidoctor
+ conflicts = libcs50-git
source = libcs50-9.0.1.tar.gz::https://github.com/cs50/libcs50/archive/v9.0.1.tar.gz
source = Makefile.patch
sha256sums = 9fd723b62af0b562a1e47c1f5d44cc786d47ca4607776e3a52b407de5cb5ebd5
diff --git a/PKGBUILD b/PKGBUILD
index 067204510d0b..b7fa316f0998 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ url='https://github.com/cs50/libcs50'
license=('MIT')
groups=('cs50')
makedepends=('asciidoctor')
+conflicts=('libcs50-git')
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/cs50/${pkgname}/archive/v${pkgver}.tar.gz"
'Makefile.patch'