summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Apodaca2024-05-16 21:22:18 -0600
committerJonathan Apodaca2024-05-16 21:22:18 -0600
commit170dedda11d4351a516f3fdbd3511f05bf5f9ad0 (patch)
treeed11722f61285fa4eb5e7d9ac9957266766b746b
parent1fc0396f99e8c2107691d4d4b332c78c91b5b027 (diff)
downloadaur-uuallpaper-git.tar.gz
use master branch as the canonical source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20a2caf60bdd..f5136a71d220 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = uuallpaper-git
pkgdesc = A wallpaper switcher for GNOME powered by Unsplash.
pkgver = 0.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/jrop/uuallpaper-git
arch = x86_64
license = MIT
makedepends = git
makedepends = go
- source = uuallpaper-git::git+https://gitlab.com/jrop/uuallpaper.git#branch=convert-to-go
+ source = uuallpaper-git::git+https://gitlab.com/jrop/uuallpaper.git#branch=master
sha256sums = SKIP
pkgname = uuallpaper-git
diff --git a/PKGBUILD b/PKGBUILD
index fc042b8c90bd..674ae4989ccd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=uuallpaper-git
pkgver=0.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="A wallpaper switcher for GNOME powered by Unsplash."
arch=('x86_64')
url="https://gitlab.com/jrop/$pkgname"
license=('MIT')
makedepends=('git' 'go')
-source=("$pkgname::git+https://gitlab.com/jrop/uuallpaper.git#branch=convert-to-go")
+source=("$pkgname::git+https://gitlab.com/jrop/uuallpaper.git#branch=master")
sha256sums=('SKIP')
prepare() {