summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Jeffery2021-12-22 18:17:37 +0000
committerHarry Jeffery2021-12-22 18:17:37 +0000
commit98ac7afda39a6ee378042ade64002eb5eb97539f (patch)
treede1118d2a78306407b90cdcee3e693779aab4b03
parent3abebde56d193c1effc1a8ee1a8a41d90889568e (diff)
downloadaur-98ac7afda39a6ee378042ade64002eb5eb97539f.tar.gz
Fix url and add conflicts entry
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1736a1836168..b50348565db0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = libgrapheme-git
pkgdesc = grapheme cluster utility library
- pkgver = r48.f128a91
+ pkgver = r87.39d896e
pkgrel = 1
- url = https://git.suckless.org/libgrapheme/log.html
+ url = https://libs.suckless.org/libgrapheme/
arch = x86_64
license = ISC
makedepends = git
provides = libgrapheme
+ conflicts = libgrapheme
source = libgrapheme-git::git://git.suckless.org/libgrapheme
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 35d7c4062fa6..41682a61b9a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Harry Jeffery <me@harry.pm>
pkgname=libgrapheme-git
-pkgver=r48.f128a91
+pkgver=r87.39d896e
pkgrel=1
pkgdesc="grapheme cluster utility library"
-url="https://git.suckless.org/libgrapheme/log.html"
+url="https://libs.suckless.org/libgrapheme/"
license=("ISC")
arch=("x86_64")
makedepends=("git")
provides=("libgrapheme")
+conflicts=("libgrapheme")
source=("libgrapheme-git::git://git.suckless.org/libgrapheme")
sha256sums=("SKIP")