summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2021-10-27 11:46:37 +0800
committerjustforlxz2021-10-27 11:46:37 +0800
commit13ae7080a39158d06238f08ad446820d701ed1eb (patch)
tree8b58da37003333393b72090960047120f0a94c7d
parentef17673868209e15795a867cd7475e4f74446a91 (diff)
downloadaur-13ae7080a39158d06238f08ad446820d701ed1eb.tar.gz
update
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore37
-rw-r--r--PKGBUILD2
3 files changed, 39 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e92308e6da6..d3977d439366 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = golang-github-linuxdeepin-go-dbus-factory-git
pkgdesc = GO DBus factory for DDE
- pkgver = 1.9.6.r14.g40b8c5d
+ pkgver = 1.9.17.r20.g284be7b
pkgrel = 1
url = https://github.com/linuxdeepin/go-dbus-factory
arch = any
@@ -15,4 +15,3 @@ pkgbase = golang-github-linuxdeepin-go-dbus-factory-git
sha512sums = SKIP
pkgname = golang-github-linuxdeepin-go-dbus-factory-git
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..c6007448df06
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,37 @@
+.*
+/*/*/
+!.travis.yml
+!.git*
+!.github/**
+pkg/
+src/
+*.xz
+*.sig
+*.asc
+*.bz2
+*.gz
+*.zip
+*.log
+*.gem
+*.tgz
+*.tar
+*.tar.*
+*.deb
+*.rpm
+*.jar
+*.html
+trunk/
+*~
+*.sw?
+*.kate-swp
+*.orig
+*.run
+old_ver.txt
+new_ver.txt
+linux.install.pkg
+.vscode/
+*.7z
+*.xpi
+*.bin
+*.exe
+*.ttf
diff --git a/PKGBUILD b/PKGBUILD
index cf2ec88e3368..08482cbbba55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: DingYuan <justforlxz@gmail.com>
pkgname=golang-github-linuxdeepin-go-dbus-factory-git
-pkgver=1.9.6.r14.g40b8c5d
+pkgver=1.9.17.r20.g284be7b
pkgrel=1
pkgdesc='GO DBus factory for DDE'
arch=('any')