summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26e7a19bef68..4c44e11072fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = bless
pkgdesc = High-quality, full-featured hex editor
pkgver = 0.6.2
pkgrel = 1
- url = https://web.archive.org/web/20170503150524/http://home.gna.org/bless/
+ url = https://github.com/afrantzis/bless
arch = any
license = GPL
makedepends = rarian
diff --git a/PKGBUILD b/PKGBUILD
index 1767da56172e..72e102432e94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=0.6.2
pkgrel=1
pkgdesc="High-quality, full-featured hex editor"
arch=('any')
-url="https://web.archive.org/web/20170503150524/http://home.gna.org/bless/"
+url="https://github.com/afrantzis/bless"
license=('GPL')
depends=('gtk-sharp-2')
makedepends=('rarian' 'automake')