summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2022-06-04 14:17:19 +0200
committerkleintux2022-06-04 14:17:19 +0200
commitd2f604d9d7e14968933cb628d60a1119ca8074bd (patch)
tree3a751a5bd2b3bbe9bc88f27118b1bf3e4ea3a499
parent2f83d608b080463824652ad20a35a66c9a1f69e8 (diff)
downloadaur-d2f604d9d7e14968933cb628d60a1119ca8074bd.tar.gz
go as makedependency added
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a40552bee868..a744bf28db52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = gosimac
pkgdesc = Fetch the wallpaper from Bings, Unsplash...
pkgver = 5.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/1995parham/gosimac
arch = any
license = GPL2
+ makedepends = go
conflicts = gosimac-bin
conflicts = gosimac-git
source = gosimac-5.0.0.tar.gz::https://github.com/1995parham/gosimac/archive/refs/tags/v5.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 398272975117..78f68dcac125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=gosimac
pkgver=5.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Fetch the wallpaper from Bings, Unsplash..."
arch=('any')
url="https://github.com/1995parham/${pkgname}"
license=('GPL2')
conflicts=("${pkgname}-bin" "${pkgname}-git")
-
+makedepends=("go")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('8f4c86ac829b1f6df205808e928664c60a8b5769786abec279ff48728b67f33f')