summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeitian Leung2018-06-22 23:25:26 +0800
committerWeitian Leung2018-06-22 23:25:26 +0800
commit75845a12e4b40b846323b8381cfae8ae65a599b6 (patch)
treead3aeceef511fdec5ec09bc1b73db1e43e3c4435
parentdeb4d4e99732f823f4da50f7b411e9621b8bbc06 (diff)
downloadaur-75845a12e4b40b846323b8381cfae8ae65a599b6.tar.gz
new updates
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97aec0e1aaa5..2600fdf618db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Mar 5 14:18:56 UTC 2018
+# Fri Jun 22 15:25:05 UTC 2018
pkgbase = bing-wallpaper-git
pkgdesc = Bing Wallpaper of the Day as your Linux Desktop's wallpaper
- pkgver = r46
- pkgrel = 2
+ pkgver = r60
+ pkgrel = 1
url = https://github.com/marguerite/linux-bing-wallpaper
install = bing-wallpaper-git.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index da69fd10ae79..a09bbd07bacb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Weitian Leung <weitianleung[at]gmail[dot]com>
pkgname=bing-wallpaper-git
-pkgver=r46
-pkgrel=2
+pkgver=r60
+pkgrel=1
pkgdesc="Bing Wallpaper of the Day as your Linux Desktop's wallpaper"
arch=(any)
url="https://github.com/marguerite/linux-bing-wallpaper"
@@ -16,11 +16,6 @@ source=("$pkgname::git+https://github.com/marguerite/linux-bing-wallpaper.git")
sha512sums=('SKIP')
install=${pkgname}.install
-prepare() {
- cd "${srcdir}/${pkgname}"
- git checkout golang
-}
-
pkgver() {
cd "${srcdir}/${pkgname}"
printf "r%s" "$(git rev-list --count HEAD)"