summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68d78972079f..d6f35201a640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=seturgent
_pkgver=1.5
pkgver=1.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Set an applications urgency hint (or not)"
arch=('i686' 'x86_64')
-url="https://github.com/synaptiko/seturgent"
+url="https://git.codemadness.org/seturgent/"
license=('MIT')
depends=('libx11')
makedepends=('gcc' 'make')
provides=('seturgent')
-source=('https://github.com/synaptiko/seturgent/archive/1.5.tar.gz')
+source=('https://codemadness.org/releases/seturgent/seturgent-1.5.tar.gz')
sha256sums=('2558a869a32ece97c8f19e322ff290e4c0234ff5e707a136f4c3351189c47019')
build() {