summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEdison Ibáñez2019-08-21 11:02:39 -0500
committerEdison Ibáñez2019-08-21 11:02:39 -0500
commit175d557b7041a51c58a3587c9db470f8ecea2f8b (patch)
tree83880c10864915f7ae05acad6d89d8b4ca829943 /PKGBUILD
parent56756b4dba90da0ccb78b6a5f0ca2f77e01c1b91 (diff)
downloadaur-175d557b7041a51c58a3587c9db470f8ecea2f8b.tar.gz
FIX PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1a93471dd73..11f9fb8c8041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=xst
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
pkgdesc='st fork fork with xresources support and other patches'
url='https://github.com/neeasade/xst'
arch=('i686' 'x86_64')
@@ -14,13 +14,6 @@ makedepends=('ncurses' 'libxext' 'git')
source=("https://github.com/gnotclub/${pkgname}/archive/v${pkgver}.tar.gz")
md5sums=('1b1fd5edec1846bee099b40b1c09bbf0')
-provides=(
- ${pkgname}
-)
-conflicts=(
- "${pkgname}-git"
-)
-
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
make