summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrobot Viktor2019-10-12 02:28:20 +0300
committerDrobot Viktor2019-10-12 02:28:20 +0300
commit7365d6056f003835d08916cd8e72f08cbcb46483 (patch)
treedd4ba76f49672dccada99aab9d2ff6665fce4dfd
parent15e788bebcebfd434eb7db5be3ac563a0a3a0e33 (diff)
downloadaur-7365d6056f003835d08916cd8e72f08cbcb46483.tar.gz
URL fix
-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')