summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHibiki2019-07-18 21:54:40 -0400
committerHibiki2019-07-18 21:54:40 -0400
commit053ccdceb8273210f49ef70921ff5b3be780c460 (patch)
tree398008f6b268ea5dc36cf125d55bf10f19ac135f
parenta2649ca131fc59f0230c7ca4e54bdd0e5e18e062 (diff)
downloadaur-053ccdceb8273210f49ef70921ff5b3be780c460.tar.gz
Update to version 1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b83f25c8d47..b880b0952386 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = root-tail
pkgdesc = Displays a given file (stdin) anywhere on your X11 root window
- pkgver = 1.2
+ pkgver = 1.3
pkgrel = 1
- url = https://directory.fsf.org/wiki/Root-tail
+ url = http://software.schmorp.de/pkg/root-tail.html
arch = i686
arch = x86_64
arch = armv7h
license = GPL
makedepends = imake
- source = http://oldhome.schmorp.de/marc/data/root-tail-1.2.tar.gz
- sha256sums = 08fb829cc0edd533aaf2af7bcf12d877a6ff51d60c59be48ba354c5940b80691
+ source = http://dist.schmorp.de/root-tail/root-tail-1.3.tar.gz
+ sha256sums = 460475323404460919ff48c90f7b3ebfdb66f3b9961f54dd73dd172178c07712
pkgname = root-tail
diff --git a/PKGBUILD b/PKGBUILD
index 9c18fffc82ca..ad038babbfb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=root-tail
pkgrel=1
-pkgver=1.2
+pkgver=1.3
pkgdesc='Displays a given file (stdin) anywhere on your X11 root window'
arch=('i686' 'x86_64' 'armv7h')
-url='https://directory.fsf.org/wiki/Root-tail'
+url='http://software.schmorp.de/pkg/root-tail.html'
+#url='https://directory.fsf.org/wiki/Root-tail'
license=('GPL')
makedepends=('imake')
-source=("http://oldhome.schmorp.de/marc/data/root-tail-1.2.tar.gz")
-sha256sums=('08fb829cc0edd533aaf2af7bcf12d877a6ff51d60c59be48ba354c5940b80691')
+source=("http://dist.schmorp.de/root-tail/root-tail-1.3.tar.gz")
+sha256sums=('460475323404460919ff48c90f7b3ebfdb66f3b9961f54dd73dd172178c07712')
build() {
cd "$pkgname-$pkgver"