summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78614b5e186b..bdb4f3c4d8af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = tbg
pkgdesc = Use feh to randomize desktop backgrounds from a directory
pkgver = 0.1.0
- pkgrel = 2
+ pkgrel = 3
+ url = https://github.com/RealOrangeOne/tbg
arch = i686
arch = x86_64
arch = armv6h
diff --git a/PKGBUILD b/PKGBUILD
index 71043cfe7947..4e35954e0cbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Jake Howard <git+aur@theorangeone.net>
pkgname=tbg
pkgver=0.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Use feh to randomize desktop backgrounds from a directory "
makedepends=('rust' 'cargo')
license=('unknown')
depends=('feh')
+url="https://github.com/RealOrangeOne/tbg"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
source=("$pkgver.tar.gz::https://github.com/RealOrangeOne/tbg/archive/$pkgver.tar.gz")
sha512sums=('8fd01f48ea112aaf8c043a06bfbf10487879ab69cff0edad8ac39610cb91c3777d7a8cd344582f70ba89ba3ca88a9bdad0054b47bb0bc110677a1ecc31f456db')